interface XLocalizable in module com::sun::star::lang::

(Global Index)

Syntax

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

Description

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

Method Summary

setLocale sets the locale to be used by this object.

getLocale

Method Details



setLocale

Syntax

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

Description

sets the locale to be used by this object.


getLocale

Syntax

com::sun::star::lang::Locale getLocale ();

Description

Returns

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