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

interface XLocalizable
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XLocalizable
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
makes it possible to set a 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] Locale  eLocale );

Description
sets the locale to be used by this object.
getLocale
Locale
getLocale();

Returns
the locale, which is used by this object.
Top of Page