Class BasemapStyleLanguageInfo
Information about a language that can be used to customize labels on a basemap.
Inheritance
System.Object
BasemapStyleLanguageInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |