It's not really Magnolia specific question. You place your custom resource bundle anywhere in your project in such way that when jar is built bundle is included in the jar. Then you can access such bundle at runtime. As far as Magnolia's resource bundles used for i18n goes, you place it in your module anywhere under src/main/resources (if you are using maven to build your module) and then specify full name (incl. package) to the resource bundle in i18nBaseName property of the dialog (or other place) where you want to use such bundle. If you are adding extra language all you need to do is to make sure that bundle w/ your language exists on classpath in same path as Magnolia provided bundle. Alternatively you can contribute your translations back to community. Magnolia will be happy to include extra languages by default should you decide to contribute it.
HTH, Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=32c0569b-03b0-491e-b2b1-4a8637abd675 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
