I have a Wordpress site that was set up in French, meaning some database table fields and files are in French. I have since changed the site language to English, but some French language still exists.
The main thing that needs changing is user role names. They look like this currently - http://imgur.com/a/zLUES
I don't know how to change these:
1. Gestionnaire Boutique > Shop Manager.
2. Client > Customer.
Help please!
Thanks, Harry
Related
I have created a wordpress page for a product which is on amazon, I have added a link to this product to amazon.com. I have also added a plugin to translate this page to several languages such as german, swedish etc. Now I want to put the functionality, that when user changes language for example to german the amazon link to the product also changes to the product page link to amazon german website, How can I achieve this?
My client had me set up a language picker on his Wordpress website to let visitors choose where they come from (UK, US, France, Switzerland). Now he wants the content to be served in French no matter what language the visitor picks, with a content slightly different.
Example : if the visitor picks UK, then the page has to be in French with UK specific content (like some different texts).
I've set up WPML and added the countries to the language picker.
I've then duplicated the pages to have the same content no matter what language is picked, and that seems to work ok. The problem is, that built-in stuff like log-in buttons, account, etc are displayed in the selected language.
How should I proceed ?
I thought of "breaking" the existing translations and manually replace localized built in translations by the French equivalent, but that sounds like a tedious task.
I want to get country list which is in English language on Woocommerce Checkout page regardless the site language (for example Chinese or Japanese).
is it possible?
※ Edit note:
no multi-lang plugin used. that's only one language site. but client wants to show english version country list no matter what the site language is.
I recently started working on adding translation to my Drupal 6 site.
I am using the modules
1)Translation Manager
2)i18n
3)Language Switcher Dropdown
It seemed pretty straight forward to me.
I read the multilingual drupal guide
http://drupal-translation.com/content/setup-multilingual-site
I sent all my content type/strings to one of my translators (using local translators).
My translator translated one of our pages for a certain content type, and finished the translation.
The only problem is that the content type she translated has both the english and the translated version showing up on the same page.
Here is the page
http://caribbeanenvirolaw.org/ngos
The duplicated page is "Jamaica Environment Trust (JET)
I notice when I go to the french JET page the Language dropbox shows "Francais",
and when I go to the english JET page the language dropbox shows "English".
I would like the french translated pages to only show up if the language select box
shows French, and have the English pages be the only ones that show up if the language selectbox is set to English.
The NGO page that is showing both french/english JET pages is a view, but I couldn't
find anything in the views section regarding translation and only showing the current languages pages.
Little help?
***Update****
The page in the picture is a drupal "view". The content type "Belize - ....."
is in English, and has been translated to spanish/french. Those spanish and french
translations show up as separate content type's on the drupal page (the view).
Since the language dropbox is set to "English" you would think that it would hide the spanish/french versions, but it is not.
For each of the "Belize - ...." content types (english, french, spanish), I tried multiple configurations to get drupal to leave out language content that is not for the language currently selected.
In the last image you see I'm setting the url to be "belize".
I used this same value for each of the translated contents.
Scrolling over the links for each translated "Belize - ...." content shows
1)English url = caribbeanenvirolaw.org/belize
2)Spanish url = caribbeanenvirolaw.org/es/belize
3)French url = caribbeanenvirolaw.org/fr/belize
When I open, for example the spanish translation of belize page from the view,
I see
Notice that the language dropbox now say Espanol, meaning it is recognizing that it is a spanish page, but still it shows the spanish/french translations (as well as english) on the view (first image) no matter what the Languages dropbox has selected.
Keep in mind that I have also tried to not edit the url path's manually (leaving them blank). I get the same results from doing it that way too.
found the answer.
The view needs to have the correct filter added to it.
Go to Adminstration->views
Click the plus button next to the Filters section.
You will then see a list of filters pop up.
Find "Node Translation: Language. Add it.
You will then see a section that asks what you want to do with the filter.
Choose "Is One Of: Current User's Language"
That is it. Your views should now NOT contain multiple translations of the same document.
Am working on a zen cart project, I have used Google language converter to change the language of site,
now the project demand is if
"customer is in spanish google shopping and he click on my site product it take him to the product page displayed in euros and spanish without them doing anything".
Now I have some specific question to ask
How can we set the currency according to language, b'cz zen cart didn't provide this?
Is it possible to achieve the same requirement?
Thanks
and if yes Please suggest me the way to do it.
As you are not using inbuilt multi-language facility so It's very difficult to get solution.
This can be possible in two different ways.
First of all maintain relation between language and currency. create/add special div where you show price in html <div class="randomPrice">$10.00</div>. By adding special div you will get all instance of price in loaded html. Now on change of language by Google language update all special div with updated currency.
Use default multi-language facility and maintain relation between language and currency. when user change language update currency session accordingly.