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