I\'m looking for a set of command line parameters that will allow me to force a specific set of locale settings for a java application.
Let\'s say that I\'m not abl
I suspect that the correct solution to this problem would be to provide a new Locale variant such as (for example) en_US_mil.
Locale
en_US_mil
[_[_]]
This can be done by implementing classes via the java.util.spi and java.text.spi service mechanisms.
This topic is mentioned on the ICU website.