Currently developing an app. I'm using webview in the android app, so in my website i have 2 folders, one for each language, "pt & en".
Is possible in a single app to do that?
Currently developing an app. I'm using webview in the android app, so in my website i have 2 folders, one for each language, "pt & en".
Is possible in a single app to do that?
Load the HTML based on language is the app/system language handle the page.
Resources.getSystem().configuration.locales.get(0)?.language //Get's the system language code