This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Applets and the fly likes Locales in applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Locales in applet" Watch "Locales in applet" New topic
Author

Locales in applet

Raja
Greenhorn

Joined: Apr 03, 2002
Posts: 3
If I execute the following line in TextPad, it returning 148 locales. If I run the same in an applet or in DOS prompt, it returning only 2.
Locale[] locales = Locale.getAvailableLocales();
How to get 148 locales in Applet?.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Locales in applet
 
Similar Threads
How do i access locales created in EJB from JSP.
Unicode Charaters from a database
How do i access locales created in EJB from JSP.
getTimeStamp() returns a UTC time
Comparing 2 objects (with no luck)