Switch language

Author Message

Ola Norman

Monday 02 January 2006 12:47:42 pm

I've set up my site with two languages. English and norwegian where norwegian is default. My content is translated and everything seems to be fine in siteadmin. The question is; how do I switch between the languages when browsing the site? I'd like to add a link for each language so the users can change language. Where should these links point to? I haven't been able to find anything about this in the documentation.

Patrice DUCLAUD

Monday 02 January 2006 11:48:15 pm

You can follow this link.

http://ez.no/products/ez_publish_cms/documentation/configuration/configuration/language_and_charset/how_to_setup_a_multilingual_site

Patrice

Rafal Zrobecki

Saturday 02 December 2006 6:15:03 am

       {def $locales=fetch( 'content', 'translation_list' )}
               {foreach $locales as $locale}
                       <li>
                               <a href ={concat("../",$locale.country_code|downcase(),"/",$module_result.content_info.url_alias)|ezurl}>
							   {$locale.language_name}
							   </a>
                      </li>
                {/foreach}
        {undef}

http://www.zrobecki.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 18:37:48
Script start
Timing: Jan 18 2025 18:37:48
Module start 'layout'
Timing: Jan 18 2025 18:37:48
Module start 'content'
Timing: Jan 18 2025 18:37:48
Module end 'content'
Timing: Jan 18 2025 18:37:48
Script end

Main resources:

Total runtime0.0199 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 587.7891152.6094
Module start 'layout' 0.00600.0032 740.398439.4297
Module start 'content' 0.00920.0086 779.828189.2109
Module end 'content' 0.01780.0021 869.039130.3047
Script end 0.0199  899.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002914.5410140.0002
Check MTime0.00126.2016140.0001
Mysql Total
Database connection0.00094.463610.0009
Mysqli_queries0.003015.258030.0010
Looping result0.00000.105310.0000
Template Total0.00167.810.0016
Template load0.00094.272110.0009
Template processing0.00073.534710.0007
Override
Cache load0.00062.911110.0006
General
dbfile0.00031.296380.0000
String conversion0.00000.040740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs