hi
im new in drupal and i have a site in 3 languages, English, Hebrew and Vietnamese
i have started to translate my theme to Hebrew (rtl)
and i have a problem with the main menu links and the titles link, they are up side down....
i have no idea how to fix that.
i saw that on firebug that there is a class - cufon cufon-canvas that has been created..fix my
how can i problem and also how can i control it that for the Hebrew site it will rtl and for the Vietnamese it will stay as is?
in hebrew should be אודות instead i have
תודוא
Hello. I select "Path prefix with language fallback" in the language configuration page. I activate "Language switcher" block.
And now language switcher works fine for amin (#1), but anonymous users can't switch language. For example, user from UK see uk-version, but can't switch to EN version.
I'm building a multilingual site with Drupal 7 and need to translate a block that appears only on the front page. If <front> is used to refer to the front page in general, how would I refer to the <front> page in different languages? For example - the front page of English (my default), German, or Spanish? I've tried <front>/de for German but it doesn't work... Any ideas?
As the API states, the t() function amongst others should always be used in basic text output, the t() function enabling best language management for translating content. However, it should contain English text. What if my site use English but as a secondary language or even no English at all and I want to translate between other languages?