This forum is for questions about translating the Drupal user interface. See also the Translations group.

Problem with Greek letters on site

Hi
I am have uploades the drupal 6.9 on one server with cpanel,
when i am tryin gto write greek letters I can't wee them. instead i see ???????????????????

whow can i resolve this ?
thank you

Value from Post Method GET Disappeared With Language Switch

I have a small PHP script that uses the post method GET to process user input and get the resulting text. However, when I switch the language, the value for GET is no longer there, i.e:

index.php?q=node/35&textID=1241

becomes

index.php?q=zh-hant/node/61

with no textID number. Is there anyway to make sure the URLs for the language switcher have the textID?

Convert English words to German language

Hi,

I want to create multi-language site(English and German)....and I successfully create multi-language site....but i face one problem after create multi-language site.... if i click Language switcher then the menu and other other things are convert one language to other language.....

My question is I add Apply word(English word) in my content...if I switch my language to German then I want to see Apply as Bewerben(German word).... So i need to see apply word convert to Bewerben where ever I add apply in my content...

Menu translation : one menu per language ?

Bonjour,
I have to add a new language to a website, so I installed i18n & co, then I managed to translate nodes but I am wondering how to translate menu.

Let say that i've only one node on my site which name is "Hello world" (node/1). I translate it to french so i've got a new node named "Bonjour le monde" (node/2).

In main menu there is an item named "Hello word" and linked to node/1

problem tranlation fields of views:

On this website, I desireto translate in many languages, 3 views:
home page search: www.rnhotels.com
listings http://www.rnhotels.com/searchhotel?title=&field_address_value=
page detail of hotels http://www.rnhotels.com/brufani-palace

The Official How-To On Translating the Contact Form In Drupal 6.x

After hours of research, I've finally come up with a default core solution that I'd like to share with everyone on how to translate the Contact form module that comes with Drupal in Drupal 6.x.

Basic Instructions:

Make sure your Contact form module is enabled first, of course.

Go to drupal\modules\contact and open the file contact.pages.inc.
Go to line 41.

Replace the code...

$form['contact_information'] = array('#value' => filter_xss_admin(variable_get('contact_form_information', t('You can leave a message using the contact form below.'))));

...with:

$form['contact_information'] = array('#value' => t(filter_xss_admin(variable_get('contact_form_information', 'You can leave a message using the contact form below.'))));

Once replaced, save the page.
Next, install the module String Overrides.
Once installed, go to the String Overrides main page on your Drupal site under admin/settings/stringoverrides and click on the preferred language you would like to translate your contact form text to.

Pages

Subscribe with RSS Subscribe to RSS - Translations