Re: I don¿t understand "Bundle"

[email protected] Wed, 16 Mar 2005 08:52:20 +0100
Newsgroups gmane.comp.embedded.carlsbad-cubes
Organization http://freemail.web.de/
Message-ID <[email protected]>
List for Users of Carlsbad Cubes' Technologies and Products <[email protected]> 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