===en=== and ===en-GB===
rasmusthomsen - October 28, 2009 - 14:29
| Project: | Language Sections |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I'm using this to show diferent text in the header in views, and it work fine for my other 5 languages, but I'm having problems getting the module to show content under ===en-GB===, any known solution for this?
Can it be because i'm also using ===en===?

#1
Looking at the code, having both en and en-GB should not cause a problem. Did you try en-gb (lower case) in the section? LS simply matches against the current Drupal language, so probably needs to match case too.