When websites uses more than a single language.
1
vote
0answers
13 views
How to get a translation set ID into an RSS feed with Drupal
I need to get articles from a website running Drupal which has translations of some articles in three languages. So when I pull in the English language RSS, and subsequent the French language RSS I ...
0
votes
0answers
12 views
How to alter language domain?
I would like to alter the language Domain for all url on a Drupal 7 site. My aim is to get multiple domains working as languages domain (for example en.example.com/english-path and ...
0
votes
0answers
7 views
Setup a manual menu link to a page with a language prefix
On my site I have a bunch of links in french which have the url www.mysite.com/fr/mypage but when trying to setup a path with "fr/mypage" I get a
The path 'fr/mypage' is either invalid or you do ...
0
votes
2answers
28 views
hook_filter_info langcode is always und
I am trying to filter text and the result replace depends on the language of the node.
The filter process callback function accepts $langcode argument but it always pass as "und".
If I could access ...
0
votes
1answer
18 views
multilingual while adding content
I have enabled the i18n module and created a taxonomy vocabulary with translated terms. In addition I have created a CT (content type) in which I've added a term reference field of this taxonomy ...
0
votes
1answer
24 views
How do add a condition to check if created node is language source (in a multilingual site)?
I need to fire a rule action when a node is created and this node is the original source in a multilingual site. This means that this node is not the translation of other node.
How do add a condition ...
0
votes
2answers
49 views
How to hide language selector dropdown on node add page for a role?
I would like to hide the language selector dropdown on node add pages of multilanguage enabled content types.
What would be the best way? A jquery selector perhaps?
0
votes
1answer
34 views
Pre-select language (instead of “Language neutral”) when creating a node?
With core's Locale module you can enable Multilingual support for a content type. When creating/editing a node, this gives you a Language select list with all enabled languages and "Language neutral" ...
3
votes
1answer
36 views
Conflict with db_set_active and variable_get
I am running a drupal multi-site system, with shared code and seperated DB. Each individual multi-site represents one continent and can have different language versions.
What i want:
I am working on ...
0
votes
0answers
13 views
Specifying the page URL for secondary language
I have a menu item added with hook_menu:
$items[$word_page_path] = array(
'title' => 'Thank You Wall',
'page callback' => 'wow_page',
'access arguments' => array('access ...
0
votes
1answer
19 views
Single menu link not translating
I am working with a site which uses many different languages. When switching languages there is always one main menu item which doesn't translate, but the title on the page it links to does translate ...
0
votes
1answer
51 views
How to have different style files in multilingual website using Drupal?
I have been developing a multilingual website using Drupal 6. The languages are English and Spanish. I want to have some different backgrounds and css for them. But both use just style.css.
How can I ...
0
votes
1answer
48 views
get language path prefix code as contexual filter parameter
in drupal7
i have a block that shows recent posts which created with views
i want it to shows the translated posts of each language when i click the language switcher switch the language
i have two ...
1
vote
0answers
26 views
Drupal 6, Locale Module & Language Fallbacks
I have a Drupal 6 website, with 4 different locales, but only 2 different languages.
The 4 locales are setup as follows:
en, site.com, (American English)
en-ca, site.ca, (Canadian English)
fr, ...
0
votes
1answer
26 views
logged in users only for /user in user menu
In my user menu I have a link for /user which produces a my account link which works as expected. In the menu admin (logged in users only) appears next to it.
Now, when I translate the item to ...
1
vote
0answers
45 views
Default language problem on multilingual website
I have a problem with default language. I have 2 languages (English and German), and the l18n module installed. The default language is English. I have added a content in English, and I translated it ...
1
vote
0answers
62 views
Language/Region selection i18n drupal 7
I would like to implement a Region selector in a Drupal 7 website. Not the default i18n where you have 1 language for multiple countries but English content for the USA and different English content ...
0
votes
1answer
61 views
How to setup session sharing for language subdomains (URL language detection set to domain prefix)
I would like to use domain prefix for language selection, like en.example.com and de.example.com. I've set up language detection to Domain here admin/config/regional/language/configure/url.
In theory ...
0
votes
1answer
35 views
How can I print Views language-specific $field variable values inside a views template?
I am using Views with "Format Show:Content" instead of "... fields."
I have a multilingual website. In the filters section of Views I have Content: language = user's default language. However, Views ...
0
votes
0answers
34 views
How to ensure that the default language is set for newly created nodes?
I have a D7 module which creates two content types. The schemas are listed below. When I create new instances of one, the language field gets set but not when I create new instances of the other. Any ...
0
votes
2answers
113 views
Taxonomy terms not translating on the edit/add node form
I'm trying to translate the interface on a drupal 7 installation but somehow the terms and the taxonomy names are not being translated.
The vocabulary names and the terms names are already translated ...
0
votes
0answers
18 views
Can I merge translation between 2 sites?
I have site 1 and site 2. I've been doing some manually translations at: admin/config/regional/translate/translate and also I updated the translation at: admin/config/regional/translate/update in both ...
9
votes
4answers
171 views
How to set multiple domains for one language
I have a multilingual site with Drupal 7 using subdomains like en.example.com to detect the language. Everything works like expected, but I have a mobile version of the website witch I want to be ...
1
vote
1answer
58 views
How can I create a select list with all languages?
I need to have a field on a form, where the user can choose from the set of world languages for an event.
It's going to be an Autocomplete term widget (tagging) field.
How can I reuse the inbuilt ...
0
votes
0answers
82 views
How to only display languages in language switcher block where a translation exists?
I need to enable thousands of languages on my Drupal 7 site, but I do not want to incur the rendering overhead of creating the language switcher sidebar for every language. The default behavior for ...
2
votes
0answers
36 views
Custom language negotiation module not working
I'm writing a custom module to allow the use of language a language suffix (of the form -eng or -fra) rather than the standard prefix.
I'm using the language's configured prefix and have a number of ...
0
votes
1answer
77 views
Display language in entity reference field
I am running a multilanguage website and I have some content types using entity references. Now, the problem is that when I am adding content, if I have two content with the same name but different ...
0
votes
0answers
36 views
How to get nodes of selected language passed as URL prefix?
I was able to do it in D6, but I have no idea how to do it in 7.
All I managed is to set contextual filter (node: language) but it works only for:
rss.xml/en
rss.xml/de
but I want to use language ...
2
votes
0answers
61 views
Mixed Language Negotiation (Prefix and domain) in D7
We have a single code base and database for all the 3 languages of a certain website:
http://example.com/ - default, no prefix, English
http://example.com/pt - pt prefix, Portuguese
...
3
votes
1answer
43 views
Translatable strings and Drupal primary language
I use a lot of modules and templates, in which I have to print a lot of display markups.
My website has primary language FR, but whatever I do, each time I use a translatable string, it's always EN ...
0
votes
0answers
28 views
How to inherit language from feed node using the Feeds module
I was wondering if it's possible to set language of feed items to the language of the feed node that imported the items. In other words, is it possible for feed items to inherit the feed node's ...
2
votes
1answer
91 views
Change drush language
Suddenly my drush has switched language and displays error messages in my native language, which is unfortunately not convenient if one tries to search for solutions on these errors.
Do you know how ...
2
votes
1answer
69 views
“Page not found” on translated page
I’m setting up a dual language site (English default / Chinese, Simplified) where Taxonomy translation mode is “Localize”.
I modified the Taxonomy term in Views.
I get results with preview in both ...
0
votes
1answer
45 views
D7 - Multilingual in the admin, only one language for the users
We have a drupal 7 with the following need :
When the user visit the website, we let drupal chose the best language for the user
He can then choose to chose another language.
We have a finite number ...
1
vote
1answer
89 views
How to translate Views header syntax? not Title
In a view, i have filter content using "Language". it works fine. i have added "header" contain HTML syntax (which will be shown with top of view) like:
<div class="xyz">Text need to ...
0
votes
1answer
34 views
Set to the language of admin pages to english despite the language of front pages? [duplicate]
Possible Duplicate:
Do not translate the admin area / How can I set the language of the admin area to English?
Just that. I have a multilingual site but I'm very used to see the admin pages ...
3
votes
2answers
167 views
How to change the behaviour or display of the language switcher?
On translated pages the language switcher shows links to translated languages, but for untranslated languages there is no link, but the name of the language without a link. In the case, that there is ...
1
vote
0answers
36 views
D7 Mixed menu (entity and content translation)
In my main menu I have mostly links to nodes that are translated with entity translation, so one node with the fields translated.
But I have two nodes which are translated with content translation, so ...
0
votes
0answers
30 views
switch language block
I have use the switch language block if the node Do not have translate the block is display as this
on ather hand if they have translate it display as
I wanna to display the language as second ...
0
votes
1answer
36 views
How to approach implementing a custom page header for each page
I am building a site that gives the content managers the ability to craft a masthead image, teaser text, and headline text for each individual page. This will appear in an area outside of node.tpl and ...
0
votes
1answer
45 views
How can I translate the particular field or content in english to german language?
As I want to convert the particular field or content from drupal to german language.Is any other way to do this .Also i tried the entity translation to convert the german language But Its convert all ...
0
votes
1answer
89 views
Detecting language and rewriting url
Drupal can automagically detect the language to use when displaying content :
Based on URL
Based on User preference
Based on Browser language.
However, when I request a url like : ...
2
votes
0answers
21 views
Why would the body field's language not save as the same language as the node?
I am having a problem where the user is creating new nodes and entering body text, but setting the nodes to "language neutral" for the language. Yet when it saves the node the body field's language ...
0
votes
0answers
73 views
ckeditor visible on certain content type fields while not visible on others
Multilingual site, ckeditor is visible on certain content types, other content types it fails to load. Those content type fields it fails to load ckeditor is visible on field setting form but not when ...
3
votes
1answer
93 views
not found in Multi language site with only session detection
I have a multilingual site with 3 enabled languages.
Default language is English
I've only setup my language options to use the "Session" detection method.
I dont to use URL language options.
when i ...
0
votes
1answer
45 views
How to set a multilingual sitename for drupal
I'm using a multiligual site in french,english and arabic and i want to set a custom sitename (or logo) for each one,for ex: if my sitename for english is : "one two three" i want it "un deux trois" ...
1
vote
1answer
84 views
How can I set the language of nodes in bulk to existing content when making a site multilingual?
I'm making an existing site with a few thousand nodes multiligual. Source is English. How can I set all of the existing content to langauge:English instead of neutral all in one bulk command?
0
votes
1answer
295 views
Remove language prefix from files URL
I have a drupal installation in a sub folder (demos/drupal) and it supports two languages (english -default- & arabic). I imported the drupal content from an old site. My problem is that the ...
0
votes
0answers
34 views
Unable to edit node translation other than current language
On my multilingual site I seem to have problem at admin/content when editing a particular translation.
I have a Contact Us page, translated:
Contact Us [EN], node/286
Contact Us [ES], node/300
I ...
0
votes
1answer
99 views
Different sets of language icons per theme
I'm using Language Icons and Language Switcher modules. The flag icons are added to the language switcher block, but the icons are stored in sites/all/modules/languageicons/flags. They are of fixed ...


