Bootstrap language check fail for i18n doesn't initialize in time
avangelist - January 23, 2009 - 12:44
| Project: | Bootstrap |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Description
If you are running a multi-lingual install with i18n, i.e serving content in mulitple languages. You will find that by default browsers set to languages other than the neutral or default (english) will receive a page does not exist error when hitting your domain.
This is because bootstrap does not check the language of the browser quick enough to direct the correct page.
I have a working patch for this which uses an additional custom inc file that holds a query to check browser. I don't know if this belongs as a bootstrap task or possible language.inc?
Either way it would be good to see it sorted, or an explanation as to why nobody else appears to have the issue.
