Internationalization

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Internationalization

Roel Veldhuizen
In the article http://www.opensourcestrategies.com/ofbiz/internationalizing_ofbiz.php
is described how you should use labels. But, when I'm looking at the
code of ofbiz ( trunk ) I conclude that this is changed. Isn't it? How
does it work today?

Thanks in advance,

Roel Veldhuizen
Reply | Threaded
Open this post in threaded view
|

Re: Internationalization

Adrian Crum
The basic concept is still the same. In fact, the *.properties will
still work as described in the tutorial.

OFBiz has introduced a third file type for UI labels - a custom XML file
format. This file type will be used from now on. The advantage to the
custom XML file format is the ability to edit the UI labels in plain
text (no hexadecimal or octal codes) and the ability to see at a glance
which languages are missing from a label.

-Adrian

Roel Veldhuizen wrote:
> In the article http://www.opensourcestrategies.com/ofbiz/internationalizing_ofbiz.php
> is described how you should use labels. But, when I'm looking at the
> code of ofbiz ( trunk ) I conclude that this is changed. Isn't it? How
> does it work today?
>
> Thanks in advance,
>
> Roel Veldhuizen
>