App on multiple languages

Is it possible to create apps that support multiple languages, that the user can select the one they are fluent in? Like in app selection

You can build a language selection screen and have the language set on the user’s profile.
Then, depending on the language chosen, you can have more columns for each language you intend to manage and for example, thanks to an If-Then-Else column, you can pick up the language content to be used in your components.

You can manually manage various languages contents, but You may also have automatic translation in the various columns that host language content if you use the google translator service; in this case, however, you must be careful not to exceed the maximum amount of translations possible for your google account; in case you should plan a strategy not to overcome it.

1 Like

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