Choice table
-
- UpdatedJan 30, 2025
- 1 minute read
- Xanadu
- Localization
The Choice [sys_choice] table contains translated text for options that appear in lists.
The main fields for this table are:
- Table: The name of the table this translation applies to.
- Element: The name of the field this translation is used for.
- Language: The BCP 47 code of the language for the translated choice.
- Value: A key that is the same for the choice in each language. For example, you could use the English label or the sequence number as the value for all languages to map them to each other.
- Label: The label for the choice in the specified language.
- Sequence: A number that determines in what order the option appears in the list if you don’t want to list choices alphabetically.


Related Content
- Create a language choice for users
Allow users to select the language as a valid option in the language picker or a user record.
- Ensure that translated choices appear for applications added by plugins
Ensure that translated choices appear for applications by activating translated choice records after corresponding English choice records have been added by plugins.