title | description | author | ms.localizationpriority | ms.subservice | doc_type | ms.date |
---|---|---|---|---|---|---|
accessPackageLocalizedText resource type |
Represents a question in a specific language. |
markwahl-msft |
medium |
entra-id-governance |
resourcePageType |
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"
}