Re: XML properties files - brainstorm
Posted by Adrian Crum on
URL: http://ofbiz.116.s1.nabble.com/XML-properties-files-brainstorm-tp185922p185948.html
David E Jones wrote:
> 2. there is no way to configure the default locale without renaming
> properties files (ie what if someone wants it_IT to be the default
> locale instead of en_US so that if no locale is specified that is what
> will show up, as if the properties file with no locale suffix had the
> Italian labels)
Have you seen an example of this? The UtilProperties.getMessage(...) methods throw an exception if
you pass a null Locale object.
-Adrian