Property LanguageStrategy
LanguageStrategy
Gets or sets the option for setting the language for basemap labels.
Declaration
public BasemapStyleLanguageStrategy LanguageStrategy { get; set; }
Property Value
Type | Description |
---|---|
BasemapStyleLanguageStrategy | The option for setting the language for basemap labels. |
Remarks
This property allows you to specify an option for the language to use for basemap labels. You can use
global or local place names or attempt to use the system locale. If you want to use a specific language,
set the SpecificLanguage property. Note that the SpecificLanguage property
takes precedence over the LanguageStrategy. If the SpecificLanguage
is not null
, the LanguageStrategy will be ignored.
The default value is Default
Applies to
Platforms and versions
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 |