displayNameLocalization resource type

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.

Provides the ability for an administrator to customize the string used in a shared Microsoft 365 experience.

Properties

Property Type Description
displayName String If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
languageTag String Provides the language culture-code and friendly name of the language that the displayName field has been provided in.

JSON representation

The following is a JSON representation of the resource.

{
  "displayName": "string",
  "languageTag": "string"
}