Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: linguistic2 ::

interface XAvailableLocales

Base Interface
com::sun::star::uno::XInterface

Description
retrieves the list of available languages.


Known Services which Export this Interface

com::sun::star::linguistic2::LinguServiceManager offers linguistic functionality. Is to be used to access spell checker, hyphenator and thesaurus.

Methods' Summary

getAvailableLocales retrieve the list of supported languages (Locales).

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