0
votes

I'm adding a multi language (French) to my Access Disabled feature on WL (6.2.0.1) console so I can let the users update to our new version of the app once it is submitted to the app store.

However, on the pop up message, how can I make the following in French, Is this can be controlled from WL?:

"System Error : Application Disabled" - "OK" - " Download new version"

enter image description here

1

1 Answers

0
votes

It is not clear to me where is "System Error" coming from, but you can change "Application Disabled" and "OK" in the corresponding localization bundle in the Xcode project.

Navigate to your-project\apps\your-app\native\Resources\Localizations.bundle

Note thought that there are already en.proj and fr.proj with the correctly translated strings.
The reason you see it in English is likely because the device is set to English.

You can change this in the device by going to: Settings.app > General > Language & Region, and change either iPhone Language or Region (one of them, don't remember right now).