View.SetLocalizedDisplayName Method
Sets a view display name in a specific language.
SetLocalizedDisplayName(System.String language, System.String value)
Sets a view 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 view, in the specified language.
Remarks
This method will store the new display name in this View instance. If the view 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