View.HasLocalizedDisplayName Method
Checks if a localized version of the view display name is available in a specific language.
HasLocalizedDisplayName(System.String language)
Checks if a localized version of the view display name is available in a specific language.Syntax
public System.Boolean HasLocalizedDisplayName (
System.String language
)
Parameters
The language.
Return Value
True if a localized display name is available; False otherwise.
Remarks
A localized display name exists if one of the following is true:
An ISO metadata document is specified for the requested language (see the GetLocalizedIsoMetadataDocument method), and that document specifies a title.
A display name in the requested language is specified in the configuration file or set by the SetLocalizedDisplayName method.
Platforms
Windows, Linux, Android