You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Peter Horlock <pe...@googlemail.com> on 2008/05/08 13:54:52 UTC

Where to put internationalization property files

Hi,

using the Maven default project layout (
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html),

what's best practice to put language property files to?

Currently we have them directly under WEB-INF/classes (under src as well as
under target), but I suppose in the src folder, it would be better to put
them under
resources/i118n/*.properties

Right?


Thanks in advance,


Peter