0

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?

eyllanesc
  • 221,139
  • 17
  • 121
  • 189

1 Answers1

0

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

SURYA N
  • 190
  • 1
  • 15