language case

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

language case

Post by hugosnel »

I am working in french on a french site.
When I look at the page , the language case seems not to be activated correctly:
Nexpt page ans Previous page remain in English.
What do I miss here?
TIA
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: language case

Post by RonnyK »

Hugo,

those are automatically being pulled from the default language set in the Global settings, so You have to set it there to be French... Also some labels will remain English then, and the "label" has to be removed in the template, as it is there per example... If using a different language, check your template, as the "Relational links" and "Breadcrumbs" will have some coded-labels in the template....

Ronny
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

Re: language case

Post by hugosnel »

Ronny,

The global front-end parameters are on french forhttp://poisson-clement.fr, my first cms site but in the footer it still proposes Next page and not 'page suivante'.
the site is  under study/constuction
It will become part of: http://uzes-market.com
This is also part of a serie of french sites i want to transfer to CMS.

Hugo
Last edited by hugosnel on Sat Sep 20, 2008 1:06 pm, edited 1 time in total.
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: language case

Post by RonnyK »

Hugo,

that is what I meant with the second part of my previous reply....

In the template, are some labels set, to show the working of the tags.... For your site, you should open the template, and search for "Relational links"... In that area, is the tag for next/prev available, where one will have an English label set... Remove the label=**** there and it will take the default coming from the language choosen..

Ronny
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

Re: language case

Post by hugosnel »

Sorry,
I found:
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
Do I remove these or do I change the stament?
You are talking about:
Remove the label=****
TIA,
Hugo
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: language case

Post by Dr.CSS »

If you look in the Help for cms_selflink tag you will find the parameters you need...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: language case

Post by RonnyK »

Hugo,

if those tags are showing there exactly as you put them in your post, then it means that the label isnt translated to French...You might put a label in yourself, check the Extensions -. Tags -> cms_selflink help for the parameter that should be given.

Ronny
Post Reply

Return to “Layout and Design (CSS & HTML)”