← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Operator.HasLocalizedDisplayName Method

Checks if a localized version of the operator display name is available in a specific language.

Thread safety: This property is not thread-safe.

HasLocalizedDisplayName(System.String language)

Checks if a localized version of the operator display name is available in a specific language.

Syntax

C#
public System.Boolean HasLocalizedDisplayName (
    System.String language
)

Parameters

language
Type: System.String
The language.

Return Value

Type: System.Boolean
True if a localized display name is available; False otherwise.

Remarks

A localized display name exists if one of the following is true:

  1. An ISO metadata document is specified for the requested language (see the GetLocalizedIsoMetadataDocument method), and that document specifies a title.

  2. A display name in the requested language is specified in the configuration file or set by the SetLocalizedDisplayName method.

Platforms

Windows, Linux, Android

See Also

Reference

Operator Class
Core Module

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept