Show / Hide Table of Contents

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
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.