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?
Views
Replies
Total Likes