NamedStyle.GetLocalizedDescription Method
Gets a localized version of the style description in a specific language.
GetLocalizedDescription(System.String language)
Gets a localized version of the style description in a specific language.Syntax
public System.String GetLocalizedDescription (
System.String language
)
Parameters
The requested language.
Return Value
The description in the requested language or the default language.
Remarks
If no description is available in the specified language, the value of the Description property will be returned (which may still be an empty string).
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 HasLocalizedDescription.
Platforms
Windows, Linux, Android