Class BasemapStyleLanguageInfo
Information about a language that can be used to customize labels on a basemap.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BasemapStyleLanguageInfo
Remarks
To request that labels on a Basemap are displayed in a given language, set the value of the SpecificLanguage property to a LanguageCode.
Properties
| Name | Description |
|---|---|
| CultureInfo | Gets a CultureInfo corresponding to this BasemapStyleLanguageInfo object. |
| DisplayName | Gets the human-readable name of the language (e.g. "Portuguese (Brazil)"). |
| LanguageCode | Gets the CLDR code for this language. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |