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