{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "StandardValueSetTranslation - Metadata API",
"description": "Contains details for a standard picklist translation. It returns a translated standard value set.This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".standardValueSetTranslation",
"directory_location": "standardValueSetTranslations",
"fields_columns": [
"type",
"description"
],
"fields": {
"valueTranslation": {
"type": "ValueTranslation[]",
"description": "A list of values from global value sets to be translated."
}
},
"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": "The following is an example of a StandardValueSetTranslation component. When a value isn’t translated, its translation becomes a comment that’s paired with its label.",
"code": "\n\n \n Cold\n \n \n \n Hot\n \n \n \n Warm\n \n \n"
}
]
}