:: com :: sun :: star :: linguistic2 ::
|
interface XAvailableLocales |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XAvailableLocales
|
- Description
- retrieves the list of available languages.
|
Methods' Details |
getAvailableLocales
sequence< ::com::sun::star::lang::Locale >
getAvailableLocales( |
[in] string |
aServiceName ); |
- Description
- retrieve the list of supported languages (Locales).
- See also
- unknown ?
XSupportedLocales
- Parameter aServiceName
-
the name of the service to get the list of available Locales for.
- Returns
-
the list of locales supported by the whole of all registered
implementations of that service. The sequence will be empty
if there is no such language or the service is not known.
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.