{
"sections": [
"title",
"description",
"file_information",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "GlobalValueSetTranslation - Metadata API",
"description": "Contains details for a global value set translation. Global value sets are lists of values that can be shared by multiple custom picklist fields, optionally across objects. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": "GlobalValueSetTranslation components have the suffix .globalValueSetTranslation and are stored in the globalValueSetTranslations folder.\n\nTranslations are stored in a file with a format of ValueSetName-lang.globalValueSetTranslation, where ValueSetName is the global value set’s name, and lang is the translation language.",
"fields_columns": [
"type",
"description"
],
"fields": {
"valueTranslation": {
"type": "ValueTranslation[]",
"description": "The translated name of a value in a translated global value set. Each valueTranslation is paired with a masterLabel, which is the original (untranslated) name of the value."
}
},
"sub_types": {
"ValueTranslation": {
"masterLabel": {
"type": "string",
"description": "The original (untranslated) name of a value in a global value set. Each valueTranslation has a masterLabel paired with its translation.",
"required": true
},
"translation": {
"type": "string",
"description": "The translated name of a value in a translated global value set."
}
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "This example shows a GlobalValueSetTranslation component. When a value isn’t translated, its translation becomes a comment that’s paired with its masterLabel.",
"code": "\n\n \n Three\n Trois\n \n \n Four\n Quatre\n \n \n Five\n \n \n"
}
]
}