简体   繁体   中英

android package naming when using different localization assets

Suppose I have an android app, say com.acme.game
This app is using different assets to achieve localization.

What will be the best strategy for building this App (apk)?

Should I create separate projects for each "locale" and name it com.acme.game.en , com.acme.game.rus ... accordingly, or there is a better way without any duplication?

You can keep a single package name and just add different assets for various locales in appropriate folders. Read more about it here

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