Configuration.DefaultLanguage Property
Gets the default language used in the configuration.
Syntax
public System.String DefaultLanguage { get; }
Property Value
The default language used in the configuration.
Remarks
This property indicates the language used for various metadata properties in the configuration, like View.Description and Layer.DisplayName. It may be an empty string.
In addition to this, metadata properties may have been specified for other languages as well, see AdditionalLanguages.
If the configuration is used to define services in a Catalog (see the Catalog Mechanism Overview), one service will be defined for the default language, and one for each additional language. If the default language is not specified, the corresponding catalog service will have an empty language specifier. If the default language is set to "None", no service will be created for the default language.
Platforms
Windows, Linux, Android