NamedStyle.SetLocalizedDisplayName Method
Sets a style display name in a specific language.
SetLocalizedDisplayName(System.String language, System.String value)
Sets a style display name in a specific language.Syntax
public void SetLocalizedDisplayName (
System.String language,
System.String value
)
Parameters
The language the display name is in.
The display name of the style, in the specified language.
Remarks
This method will store the new display name in this NamedStyle instance. If the layer is saved to a .px file using Configuration.Save, the display name will be written to the .px file. Passing an empty string as value will remove the localized display name for language.
Platforms
Windows, Linux, Android