LibreOffice
LibreOffice 25.8 SDK API Reference
|
retrieves the list of available languages. More...
import "XAvailableLocales.idl";
Public Member Functions | |
sequence< com::sun::star::lang::Locale > | getAvailableLocales ([in] string aServiceName) |
retrieve the list of supported languages (Locales). | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
retrieves the list of available languages.
sequence< com::sun::star::lang::Locale > getAvailableLocales | ( | [in] string | aServiceName | ) |
retrieve the list of supported languages (Locales).
aServiceName | the name of the service to get the list of available Locales for. |