App localization

Mobile apps can be designed to display localized texts according to the current language selected on the device.

Localized string files (.42s) must be deployed in directories matching the language identifiers (en for English, zh_TW for simplified chinese, etc), beside the program module.

The list of .42s files required by the application must be defined in the unique fglprofile configuration file located beside the program module of your application.

For more details, see Localized string files on mobile devices and Deploying mobile apps.