GetMapTileOptions.Language Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Language in which search results should be returned. Should be one of supported IETF language tags, case insensitive. When data in specified language is not available for a specific field, default language is used. Please refer to Supported Languages for details.
public Azure.Maps.Rendering.RenderingLanguage? Language { get; set; }
member this.Language : Nullable<Azure.Maps.Rendering.RenderingLanguage> with get, set
Public Property Language As Nullable(Of RenderingLanguage)