Please,
Why am I having this error?
AIA.
AppIdiomasTeste.zip (6,1,KB)
file json:
{
“string1”: “Hello, text in English”,
“string2”: “Choose your language:”
}
blocks:
thanks @Sharck
I have read all the posts on this subject. But I have not found what causes this error.
Hey!
In this tutorial I will teach you how to best and effectively translate your application!
All you need to translate your application is to add the translation file to Assets and that’s it!
The first thing we need to do is create the translation files (in json file),
I created two sample translation files:
in English: { "string1": "one", "string2": "two", "string3": "three" }
And in Hebrew:{ "string1": "אחד", "string2": "שתיים", "string3": "שלוש" }
If you want to translate your file…
Hello koders!
In this guide I will show you how to use the new resource utilities component which can be found in the “Utilieties” category.
The component is really easy to use. Create your own json file with all your strings. Upload it… DONE.
Okay… Maybe that’s a bit too fast.
The image below will show you all steps you need to do for a “perfect” solution.
[blocks]
strings.json (238 Bytes)
ResourceGuide.aia (2,6 KB)
The JSON file must have a valid format, like the following one
{
…
Vaibhav
(Vaibhav)
December 30, 2020, 4:43pm
#3
There is an extra ‘: ’ at the end of string 2. Maybe that’s the problem of the error…
2 Likes
Vaibhav:
‘ :
I already made the .json file without the “:”, but the error continues.
The error / warning actually happens because the test was done by the companion.
I did the test by the apk (installing in the app) and it worked.
2 Likes
It might happens if the companion didn’t load the file because you upload it when the companion is already connected.
1 Like
Even opening the companion after loading the file, the error / warning awaits.
I’ve done the test here. It only works by installing the apk in the app.
system
(system)
Closed
January 29, 2021, 8:34pm
#10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.