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