localizedName resource type
Namespace: microsoft.graph.termStore
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the localized name used in the term store, which identifies the name in the localized language. For more information, see localizedLabel.
Properties
Property | Type | Description |
---|---|---|
languageTag | String | The language tag for the label. |
name | String | The name in the localized language. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termStore.localizedName",
"name": "String",
"languageTag": "String"
}