Sets the Locale object used to format and display time information in the calendar.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void setLocale ( |
A Locale instance.
RemarksSetting the culture info results in reinitialization of all culture-specific properties, such as day and month names, first day of the week, and so on.
See Also