http://www.oracle.com/technetwork/java/javase/locales-137662.html
Here is the list of supported locales for Java.
How do I set them?
The line
Locale.setDefault(Locale.CROATIAN);
doesn't work, although croatian it's listed as supported. Is there another aproach or way to use it, or do I have to translate manually?