You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
I want to change Paraya console outputs to English, actually it is in Spanish (because of my OS, Windows 10 I guess) but I don't like the translation is not accurate, how can I force this change?
Ondro Mihályi
unread,
Jun 25, 2018, 5:32:59 PM6/25/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
Hi Jose,
Payara Server uses standard resource bundle to translate messages into console and it uses Locale.getDefault() under the hud. You can configure the locale with adding -Duser.country=US and -Duser.language=en into the JVM options. More info here: http://www.oracle.com/technetwork/articles/javase/locale-140624.html#using