Closed (fixed)
Project:
Internationalization
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 May 2012 at 09:14 UTC
Updated:
26 Dec 2012 at 13:06 UTC
There's already this concept of 'context language' in i18n, though not really used yet. We should:
- Implement it for taxonomy term pages, adding i18n_taxonomy_context_language()
- Use it for taxonomy and node forms to select the right value for menu items or attached terms.
See:
i18n_language_context() (recently renamed)
hook_i18n_context_language()
See also #1531002: Use proper content/interface/context language everywhere.
Comments
Comment #1
jose reyero commentedFirst steps:
- Added context language for term pages.
- Improved context language for node pages.
Comment #2
jose reyero commentedNothing else to do here for now.