Re: I18N in seperate files
List for Users of Carlsbad Cubes' Technologies and Products <[email protected]> Thu, 08 Sep 2005 20:23:44 +0200
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
List for Users of Carlsbad Cubes' Technologies and Products wrote: > > Hi Group, > > i read sample code number 6 and try to split "swix.properties" into > seperate files. But it didn't work. What do you mean by "separate files"? The idea is to have only one file per locale, e.g. a file for german language, english language and italian. Do you want to split (e.g.) the german language property file into more than one file? > I create a new folder and put a new I18N-File into. The same i do it > with xml-files and it work well (include-tag). How is your "I18N-File" named? You may have a look at http://java.sun.com/j2se/1.4.2/docs/api/java/util/PropertyResourceBundle.html to understand how the resolve mechanism of swixml works. Frank