| |
|
|
| |
Zaval Java Resource Ed. Description |
|
| |
Since JDK 1.1.x. Sun introduced Internationalization concept for Java.
Internationalization is the process of designing an application so that it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text. The Java Tutorial
The text used in programs is locale dependent, thats why we store all text strings in the separate files as a key-value pairs. When we need to localize a program for yet another language support we have to translate values in these files to the desired language. And thats all! These files are called resources. We provide GUI tool to manipulate these resources. The files being produced by this tool is fully compatible with ResourceBundle expectations.
So, the Zaval JRC Editor (also known as Zaval Java Resource Editor) solution is small and easy-to-use visual editor for resource files. |
|
| |
|
|
|
|