| title | accessPackageLocalizedText resource type |
|---|---|
| description | Represents a question in a specific language. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a question in a specific language.
| Property | Type | Description |
|---|---|---|
| languageCode | String | The language code that text is in. For example, "en-us". The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2. Required. |
| text | String | The question in the specific language. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageLocalizedText",
"text": "String",
"languageCode": "String"
}