Jens,

I have been using django-localeurl and it solves most of your
problems. The site I'm currently working on is indexed in all 5
languages, with no real effort on my part. It prefixes your content
with the correct ISO. Check it here: http://code.google.com/p/django-localeurl/

You can also check the site I'm talking about here: http://www.visitcentro.com/
You'll notice that it defaults to english (our choice) and it changes
when you select a different language. It also opens the website in
your browser's language, although I haven't seen it working that way
yet.

One small trick though, is getting this
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
and this
<meta http-equiv="Content-Language" content="en"/>
using the proper ISO code. In your case "en" and "se" for Swedish, as
you probably know, not "sv". That way Google will know the content is
written in a different language. This works also for the local search
on Google.

Hope it helps!

Fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to