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