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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |