Hello together,
I have a problem with routes.py. My goal is it to have a English and a
German (de) version of my site:
I have the following code in there:
routers = dict(
# base router
BASE = dict(
default_application = 'rockiger',
),
rockiger = dict(
default_language = 'de',
languages = ['en', 'de'],
map_static = True,
),
)
According to the web2py cookbook there should be now a request.lang
variable, but I can't it. Has anybody a idea what the problem could be?
Best,
Marco
--
*Rockiger UG (haftungsbeschränkt)*
Marco-Alexander Laspe | Geschäftsführer
Neugasse 3 | 65183 Wiesbaden
Tel: +49 611 9713 9716 | [email protected]
-----------------------------------------------------------
Registergericht: Amtsgericht Wiesbaden
Registernummer: HRB 25489
-----------------------------------------------------------
Jetzt zu haben: Rockiger ThinkPad - Freie Rechner
http://rockiger.com/de/domainfactory/
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.