ICultureInfo.LocalizedLanguage

Syntax

LocalizedLanguage: String;

Description

The LocalizedLanguage property returns the name of the culture's language using the language of the localized version of .NET Framework.

NOTE. The language of the .NET Framework version does not depend on the language set for the operating system.

Example

The example of use is given in description of the ICultureInfo.Language property.

See also:

ICultureInfo