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

interface XLocalizable
Description
makes it possible to set a ::com::sun::star::lang::Locale to be used by the object.

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