Android - How can i select a strings.xml without Localization
问题 Is it possible to manually select a strings.xml file without changing the language of your device? I would like to have Button to switch between two languages, but all i found is to use the build-in feature of android studio to create different strings.xml , which are selected by your localization. 回答1: If you want to use a different strings.xml you have to switch localization. This can be done programmatically but is highly not recommended because you will mess with the system. You can