It looks like you're offline.
Open Library logo
additional options menu

redirect page to path.xx based on locale

This doc was last edited by Administrator March 16, 2009.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
   5
<script>
var locale = "$_.get_locale()";
window.location = window.location.protocol + "//" + window.location.host + window.location.pathname + "." + locale + window.location.search;

</script>