Hi all.
How can I change languages for a user? Let's say the app is in English. We need to add the option to change all the titles, messages, text on buttons, etc.. based on the user settings. For example user A will see it in English and user B in Spanish.
Thank you.
Throw all of this in a code module and have access to some of the most used BCP-47 language codes.
'These codes found here: https://developers.google.com/ml-kit/language/identification/langid-support
'BCP-47 Codes for all languages supported by Google's ML Kit
Sub Process_Globals
Public...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.