What is the Locale class

The Locale class is used to tailor program output to the conventions of a particulargeographic, political, or cultural region.

Showing Answers 1 - 1 of 1 Answers

rajanikanth

  • Sep 13th, 2005
 

 represents a specific geog

Create a Locale object using the constructors in this class: 

 Locale(String language)
Locale(String language, String country)
Locale(String language, String country, String variant)
raphical, political, or cultural region

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions