I really can't believe that I am stuck at this point,,,, this should have been very simple..
I created a view with a list of all employees in the company - easy,,, now I gave a title for this page which is "Our Team" which will be displayed at the top of the views page with the employees list under...
now we go to the French section and guess what the title of this page is "Our Team" and it looks like there is not way of changing to the French version...
Using "Drupal" (v. 5.7), "i18n" (v. 2.2) and "Organig Groups" (v. 6.0-rc3).
Added new nodetype called "groups" by using manual of the project "organic groups".
Editing the nodetype "groups" there is the inputfield called "Title field label" where you can enter the label for the group name shown when you create a new group. So for my groupcreation there should be the label "Name of your group" for the group-name input. But I want also translate the "Name of your group" in german and aother languages.
Hello,
i struggle to make my drupal 6.1 website multi language.
My drupal website has 2 languages installed, the "language switcher" Block is "enabled", but its not showing no matter what i try.
From searching the forum here i found that some people use a module called "i18n" to translate - i installed this also but the problem persist and i can not figure out howto translate content and have a "switcher" somewhere.
hi all
how can i build a content type (like annotate or comment) that can store in multi language? what is best aproch for that?
i build my content like this:
category_id
en_category_name
fa_category_name
parent_id
i dont know is this way true or not?
and i dont know how can i relevant this with multilingual function and i think i must simply use t() function and no more, is this true?