On 20/07/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
Well, no. Internationalization (i18n) and localization (l10n) are two
different things.

i18n is when you prepare your app to handle different languages. This
would include putting all you strings in resource bundles. This does
*not* mean that your application will present itself in different
languages depending on the users locale. What it means is that your app
is ready for l10n.

l10n is the part where you take an already internationalized app and
translate it, so that it can be used for other locales.

Okay cool, thanks for the clarification.  l10n-maven-plugin it is then.

Mark

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to