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