Expand my Community achievements bar.

Localizing App Name

Avatar

Level 2

I want to display the name of the app in different languages according to the user's language (Localizing Your App).

In XCode this is done with CFBundleDisplayName in different InfoPlist.strings.

"en": "app name"

"de": "Appname"

"fr": "app nom"

...

How can i do that with aem mobile?

0 Replies