I have a content type that user can add.
Content type has some field:
field_name
field_surname
field_age
etc ..... and
field_description
I need that users can add field_description in 2 languages.
In display node i need that show field_description by select languages.
I am sorry for asking this question. It can sound silly. I am new to Drupal, converting from Joomla.
I wonder, how to make administrator's interface to have English language as default language but users' end to have Russian language as default? I found good tutorials how to make and run multilingual sites, but I do not need one. I need "one-language" website, but I would like to leave English as default language for administrative end.
Hi All,
I'm building a website with Drupal 7 and I'm getting a problem with translations.
When the site is shown with the native language (english) urls are "correct" for example: "http://www.mywebsite.com/content/polish", but, when the site is shown with translation urls are shown with nodes as: "http://www.mywebsite.com/node/124"
How can I fix that?
Hello there!
I'm trying to translate the fieldsets and few tabs in my contetnt type. I have i18n, client, translation table modules, but this string I can not found for translation. What should I do to translate this fields?
I have entity translation module as well.
(I guess this tabs and fieldset are of fieldgroup module.)
Thank you for any answer and help!
I was wondering if anyone would now how I would go about publishing all translations of a node when a user Saves content as "published". Right now when you click "Publish" on an English node, it only publishes the English node.. not the related French node as well. I would like them both to publish simultaneously.