Re: Standard way to internationalize a website with /en, /de ?

2010-07-22 Thread Alex Objelean

There is a page on wiki describing how this can be done:

https://cwiki.apache.org/confluence/display/WICKET/Wicket+and+localized+URLs

Alex
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Standard-way-to-internationalize-a-website-with-en-de-tp2298300p2298625.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Standard way to internationalize a website with /en, /de ?

2010-07-22 Thread Laurentiu Trica
Hello,

Yes, I have all that, the application is already i18n, but I need to put the
language parameters in the URL for Google to index as separate pages (en,
de).
This is my trouble...

On Thu, Jul 22, 2010 at 11:32 AM, Martin Makundi <
martin.maku...@koodaripalvelut.com> wrote:

> Hi!
>
> You have
> XX_en.properties
> XX_de.properties
>
> etc.
>
> **
> Martin
>
> 2010/7/22 Laurentiu Trica :
> > Hello,
> >
> > Is there a standard and easy way to add the language parameter in the URL
> of
> > an existing app?
> > I would like to have the www.example.com/en for English language and
> > www.example.com/de for German language.
> > Is this an easy task? Any hints?
> >
> > Thank you.
> >
> > --
> > Best regards,
> > Laurentiu Trica
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Best regards,
Laurentiu Trica


Re: Standard way to internationalize a website with /en, /de ?

2010-07-22 Thread Martin Makundi
Hi!

You have
XX_en.properties
XX_de.properties

etc.

**
Martin

2010/7/22 Laurentiu Trica :
> Hello,
>
> Is there a standard and easy way to add the language parameter in the URL of
> an existing app?
> I would like to have the www.example.com/en for English language and
> www.example.com/de for German language.
> Is this an easy task? Any hints?
>
> Thank you.
>
> --
> Best regards,
> Laurentiu Trica
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Standard way to internationalize a website with /en, /de ?

2010-07-22 Thread Laurentiu Trica
Hello,

Is there a standard and easy way to add the language parameter in the URL of
an existing app?
I would like to have the www.example.com/en for English language and
www.example.com/de for German language.
Is this an easy task? Any hints?

Thank you.

-- 
Best regards,
Laurentiu Trica