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?
try: Locale.setDefault(new Locale("hr", "HR"));
It is still up to you to support that locale in your application
have a look at the oracle i18n docs here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With