Class XavaResources

java.lang.Object
org.openxava.util.XavaResources

public class XavaResources extends Object
To obtain i18n values from OpenXava resource files.

Search resources in the next files and order:

  • [MyProject]-message.properties in the folder xava of your project.
  • Mensajes[MiProyecto].properties in the folder xava of your project
  • Messages.properties in OpenXava/xava
[MyProject] is the concrete name of your project.
In this way your i18n translations have preferences over the standard ones of OpenXava.
Author:
Javier Paniza
See Also: