Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

::

struct _rtl_Locale


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Description
The implementation structur of a locale. Do not create this structure direct. Only use the functions rtl_locale_register and rtl_locale_setDefault. The strings Language, Country and Variant are constants, so it is not necessary to acquire and release them.
File
locale.h

Public Members

Data

rtl_uString * Language; Lowercase two-letter ISO-639 code.
rtl_uString * Country; uppercase two-letter ISO-3166 code.
rtl_uString * Variant; Lowercase vendor and browser specific code.
sal_Int32 HashCode; The merged hash value of the Language, Country and Variant strings.

Top of Page