We have built a site in English which we then translated to another language. We don't need the multilanguage URL's, as the English language is only used by us site admins. So we configured the Session and Fallback negotiation methods and aren't using the URL language negotiation.
With this configuration, LANGUAGE_TYPE_URL will default to the site's default language.

I created a module to make LANGUAGE_TYPE_URL configurable and welcome comments.

http://drupal.org/sandbox/a.ross/1994368

Comments

jgalletta’s picture

Hi,

I just had this issue on my website, the global $language_url is always set to the default language even when Fallback language negotiation is active.

Here's a patch to force the $language_url to the language defined by Fallback language negotiation.