简体   繁体   中英

Android how to display English for phone with any languages

I'm developing an app and would like to use only English (for now) for all different languages on a user phone.

Is that by default the (values/strings.xml) will be used for all or do I have to copy/replicate all the (values/strings.xml, values-es/strings.xml, values-fr/strings.xml, etc.) with English in them?

Thanks.

Just put your English strings in values/strings.xml and all users using your app will see English.

When you are ready to support additional languages, you can refer to Android doc on language support .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM