...
The mobile app will automatically detect when it is necessary to download labels.
Prerequisites
- Mobile WMS extension v4.38
- The two "UserLanguageCustomizationVersion" and "UserLanguage "elements must be present in Reference Data
- Labels i mobile configuration must rewritten as "@{MyLabel}" in order to trigger translation
Flow
The mobile app will automatically detect when it is necessary to download labels:
- If for example @{Mylabel} does not exist in mobile app own translation files, then a "GetLocalizationData" request is made
- If "Mylabel" is present in the response, that value is used
Requirements
- Mobile WMS extension v4.38
- The two "UserLanguageCustomizationVersion" and "UserLanguage "elements must be present in Reference Data
- Labels i mobile configuration must rewritten as "@{MyLabel}" in order to trigger translation
Requirements of GetReferenceData response
...