Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.util
Interface Localizable


public interface Localizable
For internal use only. Application developers should not use this
Methods used to standardize the specification and retrieval of Locale information required for proper translation.

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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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