Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.52 KB

File metadata and controls

53 lines (40 loc) · 1.52 KB
title localeInfo resource type
description Information about the locale, including the preferred language and country/region, of the signed-in user.
ms.localizationpriority medium
author SuryaLashmiS
ms.subservice outlook
doc_type resourcePageType
ms.date 04/03/2024

localeInfo resource type

Namespace: microsoft.graph

Information about the locale, including the preferred language and country/region, of the signed-in user.

Properties

Property Type Description
displayName string A name representing the user's locale in natural language, for example, "English (United States)".
locale string A locale representation for the user, which includes the user's preferred language and country/region. 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.

JSON representation

The following JSON representation shows the resource type.

{
  "locale": "string",
  "displayName": "string"
}