Hi,

I've made some additional research and found, that it's partially
solved with the app.yaml.
In the app.yaml you can put an entry /munich and /muenchen to it,
and I don't want to use the ü german umlaut, because it looks bad
in the address line.

In the munich.py I can use now with in the get routine the
self.request.path variable
to distinguish between the two languages and set a user preference.

So the static way is solved, but for dynamically mapping paths I'm
still searching.

OliWeiD.


On 28 Feb., 17:56, OliWeiD <oliver.weimar.dr...@googlemail.com> wrote:
> Hi
>
> Given a directory and file /germany/munich.py to
> display ???.appspot.com/germany/munich .
> In German language that would be either ???.appspot.com/deutschland/
> m&uuml;nchen or ???.appspot.com/deutschland/muenchen .
>
> Now i want to use the same code and the same directory. Is there a
> possibility to map the german name to the English path and file?
> but at the same time to let munich.py recognize it's the German path?
>
> Thank you in advance for your input.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to