List for Users of Carlsbad Cubes' Technologies and Products <Forum@carlsbadcubes.com> schrieb am 16.03.05 07:22:34: >
> bundle="locale.swix" is the name of file or the name is "locale.properties"? > This is my problem, I don´t know how this work´s. Have a look at the javadocs of java.util.ResourceBundle, the function getBundle is used to resolve the bundle attribute. Basically, if you have files like i18n.properties, i18n_es.properties and the like in a directory called resource in your classpath, you have to give bundle="resource.i18n" in your xml files. Frank