android - Can an app change its name and UI for one locale only? -


i have android app that's used internationally.

the app used internationally. however, recent legal problems force me change name in u.s. alone. don't want change globally.

whta's minimal set of action can take there fast can?

can change application name , of ui locale only? (eng-us) must deploy new app altogether alongside old one? note must keep "british" locale old ui, myst rename application name , change of ui u.s.

is possible?

thank you

whta's minimal set of action can take there fast can?

in terms of app itself:

step #1: find out how setting name in app. frequently, that's via @string/app_name resource, android:name in <application> (and perhaps in 1 or more <activity> elements) in manifest.

step #2: create alternative versions of string resource other languages.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -