Parameters for the Language Check for
Applications
The following parameters are used to ensure that applications with language settings that do not correspond to those of the user are not executed on the mobile device. This function can be deactivated for test purposes.
Parameters in MobileEngine.config
Parameters |
Description |
MobileEngine.Setting.LanguageCheck |
Check if the language of the user is the same as the language of the application; activate and deactivate. Possible values: true = Test if the current language of the user is supported by the given application. If it is not supported, the application is not started. false = Do not test if the current language of the user is supported by the given application. Default value: true |
See also:
For more information on other parameters: Parameters in MobileEngine.config
For more information on different methods for the configuration: Configuration of Mobile Devices