[Multilanguage] What's the best method to build an app with different languages?

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!

I think the article what you linked is a great choice.

Take a look to Atmosphere 's translation.

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

Mikka had postet a tuturial to use the new components for that

wait. what? sorry… do you mean mika had posted ?
If yes where?

Yes, in the tuturials section.

3 Likes

Yes. The best solution. Thanks @plang58 and Mika

1 Like

@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.

How to do it?

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.