Operator.SetLocalizedDescription Method
Sets a operator description in a specific language.
SetLocalizedDescription(System.String language, System.String value)
Sets a operator 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 operator, in the specified language.
Remarks
This method will store the new description in this Operator instance. If the operator is saved to a .px file using Configuration.Save, the description will be written to the .px file. Note that the description may still be overridden by an ISO 19139 metadata file, see GetLocalizedDescription. Passing an empty string as value will remove the localized description for language.
Platforms
Windows, Linux, Android