jeseduno
(Carlos)
March 1, 2019, 8:57am
#1
hello,
I want to know how can I make a language selection at the startup so that user can use my app in their language but I don’t know where and how to start.
Somebody, please tell me. I’m geek
plang58
(Philipp Lang)
March 1, 2019, 10:01am
#2
Aks the user for his language with a button or with device info.
1 Like
jeseduno
(Carlos)
March 1, 2019, 10:56am
#3
You don’t understand.
Let’s suppose my app supports three languages
1 English (primary)
2 Chinese
3 Russian
now if someone clicks to Chinese how will I convert my whole app in Chinese?
this is what I am asking
I think you are talking about this
I stopped my work on my Wolfram|Alpha extension to work on an annoying problem in Thunkable: Localization is really chaotic when doing it with lots of lists. Therefore I made an extension to make this easier. Simply upload a json file with a...
Reading time: 1 mins 🕑
Likes: 17 ❤
2 Likes
plang58
(Philipp Lang)
March 1, 2019, 4:06pm
#5
if the user click on chinese than set text label to … chinese
if user click on english than set label text to … english
1 Like
jeseduno
(Carlos)
March 7, 2019, 3:35pm
#8
aravind_chowdary_in:
I think you are talking about this
Thunkable Community – 29 Aug 17
I stopped my work on my Wolfram|Alpha extension to work on an annoying problem in Thunkable: Localization is really chaotic when doing it with lots of lists. Therefore I made an extension to make this easier. Simply upload a json file with a…
cian:
Its from Diego
Check out this thread.
Fabio:
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 { …
thanks but it seems very complicated for a beginner and I don’t think anyone has time to tell me how to do it in easy words?
Fabio
(FábioESantos)
March 7, 2019, 3:40pm
#9
Isn’t the way Mika explained in easy words?
You just have to follow it step by step.
jeseduno
(Carlos)
March 7, 2019, 3:42pm
#10
indeed, but still, I couldn’t do it.
cian
(Cian)
March 7, 2019, 3:45pm
#11
There is no automatic method.
Pick the languages you want to translate to.
Get all the strings you want to translate.
Hire a translation company (google provides this service) to translate your string to the desired language.
Setup a strings.xml and follow @Mika post.
Thats the method.
3 Likes
Fabio
(FábioESantos)
March 7, 2019, 3:46pm
#12
I don’t if I was the issue, but to test it only works in the built app not in the companion.
jeseduno
(Carlos)
March 7, 2019, 3:48pm
#13
okey thanks.
now it looks sufficient information to work with. definitely going to try it.
for now, I’m marking it as a solution.
thanks for your time.
2 Likes
system
(system)
Closed
April 6, 2019, 3:59pm
#14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.