Yeah ...

Please see LiftRules.urlDecorate

In your boot you can say something like:


LiftRules.urlDecorate.append {
   case url => // here add the code that will add the lang query
parameter
}

With this, all URI-s toward your app should have the information you
appended.



Br's,
Marius

On May 9, 5:28 am, Franz Bettag <fr...@bett.ag> wrote:
> Heyho,
>
> anyone has an idea how one might accomplish having the locale/language
> of the content in the url? since most search engines can't work with
> cookies and therefore change the language correctly, i wanted to go
> for URLs like /de/mystuff or /en/mystuff. I guess everyone gets the
> point.
>
> Any ideas how to do that without compromising the whole Sitemap
> feature?
>
> best regards!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to