LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
LanguageCountryInfo Struct Referencepublished

The language and country identifiers and descriptive names of the loaded locale data returned by XLocaleData::getLanguageCountryInfo(). More...

import"LanguageCountryInfo.idl";

Public Attributes

string Language
 ISO-639 language code, for example, "en" or "de". More...
 
string LanguageDefaultName
 Descriptive language name, for example, "English" or "German". More...
 
string Country
 ISO-3166 country code, for example, "US" or "DE". More...
 
string CountryDefaultName
 Descriptive country name, for example, "United States" or "Germany". More...
 
string Variant
 A variant name. More...
 

Detailed Description

The language and country identifiers and descriptive names of the loaded locale data returned by XLocaleData::getLanguageCountryInfo().

See also
XLocaleData for links to DTD of XML locale data files.

Member Data Documentation

◆ Country

string Country

ISO-3166 country code, for example, "US" or "DE".

◆ CountryDefaultName

string CountryDefaultName

Descriptive country name, for example, "United States" or "Germany".

◆ Language

string Language

ISO-639 language code, for example, "en" or "de".

◆ LanguageDefaultName

string LanguageDefaultName

Descriptive language name, for example, "English" or "German".

◆ Variant

string Variant

A variant name.


The documentation for this struct was generated from the following file: