-
Notifications
You must be signed in to change notification settings - Fork 2
Localization
kdveverka edited this page Feb 29, 2024
·
9 revisions
The default language of the application is English. To make the application available in other languages, the administrator will need to do the following two steps:
- Add the languages to be used in the Custom Metadata
- Translate Field Survey object in Translation Workbench
- Go to Setup and navigate to
Custom Code
>Custom Metadata Types
. - Click the
Manage Records
link for theAvailable Language
entry with theGRMS
namespace prefix. - Click the
New
button. - Enter the language name in
Label
field and language code inAvailable Language Name
. See Supported Languages page to find the language codes. For example, if you want to add French in the app, configure your entry like the screenshot below.
Notice that the mobile app recognize only 'Fully Supported Languages' in Salesforce.
See the official help document in details. You can translate Custom Field
, Layout Section
and Record Type
for the Field Survey
object.
Below is an example of how the French translation workbench is set up and displayed in a mobile application.
GRMS_Localization__mdt
custom metadata records are used to display localized labels for record types, section labels and field labels.
See the src/config/locale/ folder.
- Home
- About this project
- Architecture Overview
- Getting Started
- Getting Your Field Workers Started
- Further Customization
- Contributing as a Developer to This Project
- Additional Working Docs