Multilingual Support for Term Display, please
binhcan - April 5, 2009 - 13:19
| Project: | Term Display |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Description
I love this module. Please make it compatable with Localized Terms. Thanks.
At the moment it only show the original strings, not the translated one. :((

#1
What would be needed to make this work?
Are there API docs for localized terms? Which module is this, anyway?
#2
I totally agree that this module need to be compatable with Localized Terms! What should I do to make this work?
Any ideas?
#3
#4
Anyone has tested the #3 patch yet?
#5
I was sure I'd put a comment along with the patch. Oh well, here it is again:
Untested patch attached, please test and report back. Thanks!
#6
@michaelcrm, binhcan:
I'd appreciate it if you would follow up on your feature request by testing the patch I produced.
See http://drupal.org/node/60108 for instructions on applying patches. If it's not something you've done before, it really doesn't take a lot of time to learn.
Thanks.
#7
I've had success using an alternative approach, by just bumping the module weight of term_display to run after i18ntaxonomy, but before views (i.e., the very same technique that i18ntaxonomy itself uses to localize the node terms). This frees us from adding explicit support for i18ntaxonomy.
#8
Not really sure which approach is better, but it seems we have two working approaches now. :)
#9
I have just set up Term Display using Nedjo's patch (#3 above) and it is working flawlessly so far - thanks Nedjo! I will report back if I run into any issues.
#10
I know its a little late but I've just tried out the patch in #3 and just thought I'd add that it seems to work fine. Thanks for the great module.
#11
After comparing Nedjo's patch with i18ntaxonomy I've decided it is definitely a more solid approach than mine. Committed #3 with a tiny change to prevent a PHP notice if i18ntaxonomy isn't installed. Thanks all!