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

com :: sun :: star :: lang ::

interface XLocalizable

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

Description
makes it possible to set a Locale to be used by the object.


Known Services which Export this Interface

com::sun::star::configuration::AccessRootElement provides information about the root element of a hierarchy, by name, and about the hierarchy as a whole.
com::sun::star::sdb::DatabaseAccessContext is the context for data access beans. It allows to register aliases for database access beans. It is possible to have different aliases for different locales.
com::sun::star::frame::TemplateAccess specifies a collection of TemplateAccess.

Methods' Summary

setLocale sets the locale to be used by this object.
getLocale

Methods' Details

setLocale
 
void
setLocale(
[ in ] com::sun::star::lang::Locale eLocale );

Description
sets the locale to be used by this object.
getLocale
 
com::sun::star::lang::Locale
getLocale();
Returns
the locale, which is used by this object.

Top of Page