Show / Hide Table of Contents

Enum BasemapStyleLanguageStrategy

Options for setting the language on a Basemap created from a BasemapStyle.

Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum BasemapStyleLanguageStrategy

Fields

Name Description
ApplicationLocale

Attempt to use the system locale language for basemap labels.

Refer to SpecificLanguage for a description of the behavior if the system's locale is an unsupported language.

Default

Use the default language setting for the BasemapStyle.

Currently, for ArcGIS styles, the default behavior is global labels for ArcGIS styles and local labels for OpenStreetMap styles.

Global

Use the global language (English) for basemap labels.

This is the default setting for ArcGIS basemap styles.

Local

Uses local place names for basemap labels.

This option uses the names of places in their local language - for example, "Lisboa" for "Lisbon" and "北京" for "Beijing".

This is the default setting for OpenStreetMap basemap styles.

See Also
LanguageStrategy

Applies to

TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.