Multilanguage system

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
jck

Multilanguage system

Post by jck »

Hi,
i've seen this method for to do the multilanguage cms.

I can create page structure like

-en
--frontpage
--content
---and so on
-de
--translated
--content
---and so on
-it
--translated
--content
---and so on

But, and now? where i must setting start_page=2 ???
And in the front interface, where i put the link for switch the language?
thanks
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Multilanguage system

Post by tsw »

menumanager has two parameters you need

first language menu:

{cms_module module='menumanager' number_of_levels="1"}

this will only show first level links (that would be en, de and it)

then for the real menu use:

{cms_module module='menumanager' start_level="2"}

thats about it

you can also create new menu template for language menu to get flags assigned for languages if you like

btw, moved to help section as general discussion isnt really for help ;)
BuysZ

Re: Multilanguage system

Post by BuysZ »

hi erverybody
when i down multilang in forum to install, i have a few difficult and do not understand
- if do not use multilang is database is 159 tables, when i using multilang, database only have 47 tables.
- when install multilang, in page admin apper a lot of language(more 2), but this all  languages do not apper in website, i made seam to guide of forum but it is not apper website
- must one language have one section header?
help me, to me can install multilang successful
thanks.
Locked

Return to “CMSMS Core”