SVasco
(SVasco)
April 23, 2019, 9:39am
#1
Hi:
I read several topics about “build an app with different languages”!
I noticed some ideas and I also read this topic (“Localization extension”):
https://community.thunkable.com/t/localization-extension/7063
In your opinion and experience, what do you think is the best method to build a multilingual app?
Thank you for share your opinion!
Robert
(rickastlee)
April 23, 2019, 10:05am
#2
I think the article what you linked is a great choice.
Take a look to Atmosphere
's translation.
[ic_launcher]
Atmosphere
Lightweight, useful and powerful file manager.
Basic Features
Copy, move and delete files
Create text files and create folders
Delete and ZIP folders
Open files (supported .mp4, .txt, .json, .png, .bmp, .jpg, .zip, .apk)
Press back to open previous folder
Advanced Features
Hide media with .nomedia
Preview images with “Thumbnails”
Show/hide hidden files/folders.
Delete, move, copy and rename multiple files.
Customize your file manager!
. . . and more!
Notes
C…
2 Likes
I let user choose which language the user want to browse application on at first…(it is on settings also)
now when a user choose an language I save it on tinyDb on language tag.
Then on block part…
If tinyDb get tag = xxx
then xxxx
else if TinyDb get tag = yyy
then yyyyy
…
2 Likes
plang58
(Philipp Lang)
April 23, 2019, 6:07pm
#4
Mikka had postet a tuturial to use the new components for that
plang58:
Mikka had postet
wait. what? sorry… do you mean mika had posted ?
If yes where?
plang58
(Philipp Lang)
April 23, 2019, 6:14pm
#6
Yes, in the tuturials section.
Yes. The best solution. Thanks @plang58 and Mika
1 Like
SVasco
(SVasco)
April 23, 2019, 6:28pm
#9
@plang58 , thank you for help!
Question:
Using the “Resource Utilities - How to use the new component ”, the language is set according the language of the device (smartphone), or the user can select he’s language?
1 Like
if you want then you can give access to user also and also you can do it by device language.
you can use tiny db to store the user choice.
and make a block there if tiny db contain value regarding the tag you make then do set the language using the stored value and if not then use defualt.
1 Like
here u seen that he joined the device language with name.
instead device language you can use their get value from tiny db.
1 Like
system
(system)
Closed
May 23, 2019, 6:50pm
#14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.