displayNameLocalization resource type

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"
}