Correct. I'm sorry if I wasn't clear. Java XML file format only allows one locale per file.
Basically it works just like *.properties files.
The concept of having more than one locale in a single properties file is unique to OFBiz and its
custom format.
-Adrian
Scott Gray wrote:
Right but in this case ExampleUiLabels.xml would only be able to contain
single property values with a blank locale like this:
<property key="ExampleType.description.REAL_WORLD">
<value xml:lang="">Real World</value>
</property>
Regards
Scott
On 03/01/2008, Adrian Crum <[EMAIL PROTECTED]> wrote:
So, this would work:
ExampleUiLabels_ru.xml (Java xml format)
ExampleUiLabels_en.properties
ExampleUiLabels.xml (Java xml format)