Retrieve the locale associated with the business object's data.
Syntax
java.util.Locale getLocale()
Parameters
None.
Return values
A Java Locale object that contains information about the business object's locale. This Locale object must be an instance of the java.util.Locale class.
Notes
The getLocale() method returns the locale associated with the data in a business object. This locale is often different from the collaboration locale in which the collaboration is executing.
See also
getLocale() (BaseCollaboration class), setLocale()