ICultureInfo.LocalizedCountry

Syntax

LocalizedCountry: String;

Description

The LocalizedCountry property returns the name of country or region of the culture 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.Country property.

See also:

ICultureInfo