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

Known Services Which Export this Interface

com::sun::star::configuration::AccessRootElement

com::sun::star::sdb::DatabaseAccessContext

com::sun::star::frame::TemplateAccess

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 ();

Returns

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