Legend.GetLocalizedCaption Method
Gets a localized version of the legend caption in a specific language.
GetLocalizedCaption(System.String language)
Gets a localized version of the legend caption in a specific language.Syntax
public System.String GetLocalizedCaption (
System.String language
)
Parameters
The requested language.
Return Value
The caption in the requested language or the default language.
Remarks
If a caption in the requested language is specified in the configuration file or set by the SetLocalizedCaption method, that caption is returned; otherwise the value of the Caption property is returned.
To find out which languages are available in a loaded configuration, use Configuration.DefaultLanguage and Configuration.AdditionalLanguages. You can also check if a value is actually set for a specific language or if the default value would be returned, see HasLocalizedCaption.
Platforms
Windows, Linux, Android