Giter VIP home page Giter VIP logo

Comments (8)

mikrobi avatar mikrobi commented on August 18, 2024

I'm planning to provide this feature in a future version of Babel. Till then you may work with rewrite rules based on the Accept-Language HTTP header var. You may have look at this tutorial: http://www.class-zec.com/en/blog/2011/seo-friendly-multilingual-websites-with-modx-and-babel.html

from babel.

bertoost avatar bertoost commented on August 18, 2024

okay, thanks for your reply.. I will try to create this feature for now on my own, maybe when I have finished it I could send you it here so you could determine if you want to use it! Thanks for now

from babel.

NunoBentes avatar NunoBentes commented on August 18, 2024

It´s exactly what i need1!!!

from babel.

Jako avatar Jako commented on August 18, 2024

gadamiak has done this: https://gist.github.com/gadamiak/3812853

Available as transport package on http://modx.com/extras/package/langrouter

from babel.

Gallenkamp avatar Gallenkamp commented on August 18, 2024

Easy to do with htaccess:

RewriteCond %{HTTP:Accept-Language} !^de [NC]
RewriteRule ^$ en/ [R=301,L]

from babel.

Gallenkamp avatar Gallenkamp commented on August 18, 2024

One big downside with this. You can't switch languages by choice.

So if you're visiting a website from a foreign computer, you're screwed. Also, some bots might never get to see the whole site with all languages.

from babel.

sebastian-marinescu avatar sebastian-marinescu commented on August 18, 2024

This can be accomplished with a language-matching snippet like this:
https://gist.github.com/sebastian-marinescu/4b2991bc40dbbc405257ba5846adb1ef

from babel.

Jako avatar Jako commented on August 18, 2024

This is part of a routing extra and not part of Babel.

from babel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.