1

I created an application with localized strings in Spanish and English, located at res/values (Spanish is default) and res/values-en. The application display the language as the system, but how can I change the application language separatedly of the system?

Any suggestion is welcome.

Roberto Tellez Ibarra
  • 2,146
  • 3
  • 18
  • 34

1 Answers1

5

I think you should set Locale programatically as explained here

https://stackoverflow.com/a/4986481/1531683

Community
  • 1
  • 1
sadegh saati
  • 1,168
  • 1
  • 13
  • 24