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