setLocale()

Set the locale of the current business object.

Syntax

void setLocale(java.util.Locale locale
 

Parameters

locale
The Java Locale object that contains the information about the locale to assign to the business object. This Locale object must be an instance of the java.util.Locale class.

Return values

None.

Notes

The setLocale() method assigns a locale to the data associated with a business object. The locale might be different from the collaboration locale in which the collaboration executes.

See also

getLocale()

Copyright IBM Corp. 1997, 2003