Take this site as example, how to build a Language Selector on top? I want my site display in English as default and visitors may able to select Chinese language. I am using Drupal 5.5, do I need to install modules?
Hi,
I have my drupal site translated into Spanish but I've seen that some labels can't be translated. Namely some related to organic groups. When I enter that section as administrator I see three options: "Groups", "My groups" and "Group activity". But only the last one can be found in the .po file (so translated). I've tried to search those other labes in the .module files -and I think I've found text that appears in the site without been translated, I guess that's a bug- but not those two labels ("Groups" and "My groups"). Any help?
regularly you would use the tokens but for large areas of plain text or a textarea of a node should t() even be used? checkplain then t or t then checkplain? I have not had a need to translate anything yet so this is confusing me a little
Hi
I am using drupal 5.2
In content section i just want to enter some story in malayalam(my mothertounge).
It is saved ,but when i retrieve the same i got the result in some other format.(?????)
please help me
thanks
say in a custom node.tpl, should this always be wrapping displayed text? even once it is passed through other functions like check_plain(); ? or should it only be text that is not manually entered via a node form etc