Retrieve the locale associated with the business object's data.
java.util.Locale getLocale()
None.
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.
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.
getLocale() (BaseCollaboration class), setLocale()