Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.util
Interface Localizable


public interface Localizable


Method Summary
 java.util.Locale getLocale()
          Retrieves the locale associated with a object.
 void setLocale(java.util.Locale locale)
          Specifies the locale used by this object.
 

Method Detail

getLocale

java.util.Locale getLocale()
Retrieves the locale associated with a object.

Returns:
Locale which represents the locale setting for this object, or the the system default locale, if not locale has been explicitly set.

setLocale

void setLocale(java.util.Locale locale)
Specifies the locale used by this object.

Parameters:
locale - A Locale value that represents the locale to use for proper translation.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.