I had followed guides on here to translate contents on a D5 install, and found out that it was impossible to have 1 node with multiple languages - hence sharing the comments.
I asked on here, and someone had told me to move on to D6, as the i18n on D6 will allow this feature! Or else I would have to use the Language Sections module.
Hi,
I'm building a multilingual website and I have a problem with translating the main containers that hold the various forums.
There is no problem with translating the various forums in the containers, which I did in the admin/categories section and just translated the list terms. However the containers that are also here in this section for translation do not translate properly. The end result is that you get the translation above the default language version when you view your results in the forum itself.
Is it possible to pass the content title through the t function so that it can be translated through .po files?
The content is translated through .po files since I pass all the content through the t function and it works fine. But the title is not being changed and I don't want to create new content pages just for having the title translated.
Hello, i'm working on my first project with drupal, it's a multilingual system. I have used internationalization module and i think it's great. but here is my problem:
I have a content type with title and description fields. i want those fields to display text based on the active language. i'm aware that i can translate the whole node but this will result in too many nodes, 2 nodes for each item besides that i have a node referencing so it's not really convenient. I'm also aware that i can use the function t() but this way i'll have to go translate the text every time.