You are here:
Create Multi-Language Select Elements (Managed Package)
For the managed package runtime, populate Select, Multi-select, and Radio elements for a multi-language Omniscript using custom configuration options.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
| Configuration Option | Description |
|---|---|
| Configure Options Manually | In Salesforce, define a set of custom labels and configure translations for them. In Omniscript Designer, use the custom labels to specify the options for the Select elements. |
| Use Apex | Create an Apex method that returns a set of options that are translated according to the language code in effect when the method is called. |
| Use a Translate Salesforce Picklist | In Salesforce, create a picklist and use Translation Workbench to define translations for it. In Omniscript Designer, define a Select element that is bound to the Salesforce picklist. |
- Configure Options Manually (Managed Package)
For the managed package runtime, manually compose a multi-language Select element. - Populate the Options Programmatically (Managed Package)
For the managed package runtime, use Apex to populate options for a Select element. - Use a Translated SalesForce Picklist (Managed Package)
For the managed package runtime, populate Select elements using a translated Salesforce picklist.

