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

interface XLocalizable
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