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
  • 235,170
  • 19
  • 170
  • 241

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
  • 299
  • 2
  • 16