Hello,
What I want to do is set the local language with an URL param.
I tried two way which ended in a dead end.
1. Read the param in the default handler:
- In the Default handler it is possible to read params out of the URL
- But it seams that it is to late to set the language with SET LOCALE LANGUAGE at this time
2. Set Param in mehod WDDOINIT
- When I set the language hardcoded in this method all works fine (textalias from otr will be displayed in correct language)
- Bu it seams that there is no possibility to read the param in this method
Does anybody have an idea how can I solve this Problem?
Thanks