offers some operations on com::sun::star::lang::Locale structures.
More...
import"XLocale.idl";
offers some operations on com::sun::star::lang::Locale structures.
- See Also
- XResourceBundle
-
Locale
creates a locale from language, country, and variant.
NOTE: ISO 639 is not a stable standard; some of the language codes it defines (specifically iw, ji, and in) have changed. This constructor accepts both the old codes (iw, ji, and in) and the new codes (he, yi, and id), but all other API on XLocale will return only the NEW codes.
Note: The Java class Locale
returns the old codes.
- Returns
TRUE
if the com::sun::star::lang::Locale l1 is equal to the other one.
A locale is deemed equal to another locale with identical language, country, and variant, and unequal to all other objects.
- Returns
- a sequence of all locales which are available in the system.
the common method of getting the current default locale.
It is used for the presentation (for menus, dialogs, etc.). It is, generally, set once when your applet or application is initialized, then never reset. (If you do reset the default locale, you probably want to reload your GUI, so that the change is reflected in your interface.)
More advanced programs allow users to use different locales for different fields, for example, in a spreadsheet.
Note that the initial setting will match the host system.
- Returns
- country code for display of field to user. If the localized name is not found, returns the ISO codes.
- Parameters
-
inLocale | specifies the desired user country. |
- Returns
- country code for display of field to user. If the localized name is not found, returns the ISO code. The desired user country is from the default locale.
- Returns
- language code for display of field to user. If the localized name is not found, returns the ISO codes.
- Parameters
-
inLocale | specifies the desired user language. |
- Returns
- language code for display of field to user. If the localized name is not found, returns the ISO code. The desired user language is from the default locale.
- Returns
- a string to display the entire locale to user. If the localized name is not found, uses the ISO codes.
- Parameters
-
inLocale | specifies the desired user locale. |
- Returns
- a string to display the entire locale to user. If the localized name is not found, uses the ISO codes. The default locale is used for the presentation language.
- Returns
- variant code for display of field to user. If the localized name is not found, returns the ISO codes.
- Parameters
-
inLocale | specifies the desired user variant. |
- Returns
- variant code for display of field to user. The desired user variant is from the default locale.
- Returns
- the ISO country code for the specified locale.
- Returns
- the ISO language code for the specified locale.
sequence<string> getISOCountries |
( |
| ) |
|
- Returns
- a sequence of all ISO country codes known to the component.
sequence<string> getISOLanguages |
( |
| ) |
|
- Returns
- a sequence of all ISO language codes known to the component.
sequence<string> getLanguagesForCountry |
( |
[in] string |
country | ) |
|
- Returns
- a sequence for language codes which are valid within the given country.
sets the default locale for the whole environment.
It is normally set once at the beginning of an application, then never reset. setDefault
does not reset the host locale.
The documentation for this interface was generated from the following file: