Search
Calendar.setLocale Method
See Also
 






Sets the Locale object used to format and display time information in the calendar.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setLocale (
    Locale value
)

 Parameters

value

A Locale instance.

 Remarks

Setting 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