NamedStyle.HasLocalizedDescription Method
Thread safety: This property is not thread-safe.
HasLocalizedDescription(System.String language)
Checks if a localized version of the style description is available in a specific language.Syntax
public System.Boolean HasLocalizedDescription (
System.String language
)
Parameters
language
Type: System.String
The language.
The language.
Return Value
Type: System.Boolean
True if a localized description is available; False otherwise.
True if a localized description is available; False otherwise.
Remarks
A localized description may be specified in the configuration file or set by the SetLocalizedDescription method.
Platforms
Windows, Linux, Android