| title | localizedName resource type |
|---|---|
| description | Represents the localized name used in the term store, which identifies the name in the localized language. |
| author | mohitpcad |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.termStore
[!INCLUDE beta-disclaimer]
Represents the localized name used in the term store, which identifies the name in the localized language. For more information, see localizedLabel.
| Property | Type | Description |
|---|---|---|
| languageTag | String | The language tag for the label. |
| name | String | The name in the localized language. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termStore.localizedName",
"name": "String",
"languageTag": "String"
}