What do you understand about locale class in java program.
thanks,
Hi,
The Locale class in Java is Java application API that stands for a specific geo-location, political or cultural region. IN Java computing, locale describes a set of parameters to classify the user's language, county and any special variant prefernces that the end-user want to see in user interface. An operation that requires a locale to perform its task is called locale-sensitive.
For details visit What is Locale class in Java Program..