interface XAvailableLocales in module com::sun::star::linguistic2::

(Global Index)

Syntax

interface XAvailableLocales : com::sun::star::uno::XInterface ;

Description

retrieves the list of available languages.

Method Summary

getAvailableLocales retrieve the list of actual (not potential) supported Locales for a given service

Method Details



getAvailableLocales

Syntax

sequence< com::sun::star::lang::Locale > getAvailableLocales (
string aServiceName );

Description

retrieve the list of actual (not potential) supported Locales for a given service

Parameter aServiceName

the name of the service to get the list of available Locales for.
Top of Page