Content for Apache OpenOffice version 3.4.
| Overview | Namespace | Class | Index | Help |
| PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC 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-1 or three-letter ISO 639-3 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.
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.

