Page 1 of 1

language case

Posted: Sat Sep 20, 2008 11:00 am
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

Re: language case

Posted: Sat Sep 20, 2008 11:26 am
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

Re: language case

Posted: Sat Sep 20, 2008 1:03 pm
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

Re: language case

Posted: Sat Sep 20, 2008 2:05 pm
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

Re: language case

Posted: Sat Sep 20, 2008 3:41 pm
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

Re: language case

Posted: Sat Sep 20, 2008 6:52 pm
by Dr.CSS
If you look in the Help for cms_selflink tag you will find the parameters you need...

Re: language case

Posted: Sat Sep 20, 2008 7:01 pm
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