Well, I have never tried this myself, but IIRC if you have i18n support activated in Magnolia, you can add several fields with the same name but a different language ending to a dialog. Magnolia will then display the value from the field with the matching language ending. In the case of the navigation (assuming that you use the <cms:simpleNavigation /> tag, this seems to work too:

Instead of using the navTitle field, add navTitle_en, navTitle_de, navTitle_fr... to your page properties dialog. Once i18n support is active and the locale is set correctly (don't ask me for details here), Magnolia _should_ pick the correct navTitle. The code in SimpleNavigationTag.java at least makes me believe so:

...
NodeData nodeData = I18nContentSupportFactory.getI18nSupport ().getNodeData(child, NODEDATA_NAVIGATIONTITLE);
...

-will

On 28.09.2009, at 13:18, Olaf iLink wrote:


anyone?

2009/9/24 Olaf iLink <[email protected]>:
Hello,

how can we configure magnolia so that users can make multilanguage
navigation labels for a single site structure with multiple languages?

Olaf

--

Met vriendelijke groet / Kind regards,

Olaf Molenveld
----------------------------------------------
Interactive Link
Keizerstraat 31
3512 EA Utrecht
T +31 (0)30 634 32 66
F +31 (0)30 634 32 65
www.interactivelink.nl
[email protected]

INTERACTIVE LINK MAAKT SAMEN MET HANSNEL COMMUNICATIE, CHANNEL PANEL
EN PARODOS DEEL UIT VAN DE HANSNEL GROEP
----------------------------------------------
De informatie in dit e-mail bericht is uitsluitend bestemd voor de
geadresseerde.
Verstrekking aan en gebruik door anderen is niet toegestaan.
Door de elektronische verzending van het bericht kunnen er geen
rechten worden ontleend aan de informatie.




--

Met vriendelijke groet / Kind regards,

Olaf Molenveld
----------------------------------------------
Interactive Link
Keizerstraat 31
3512 EA Utrecht
T +31 (0)30 634 32 66
F +31 (0)30 634 32 65
www.interactivelink.nl
[email protected]

INTERACTIVE LINK MAAKT SAMEN MET HANSNEL COMMUNICATIE, CHANNEL PANEL
EN PARODOS DEEL UIT VAN DE HANSNEL GROEP
----------------------------------------------
De informatie in dit e-mail bericht is uitsluitend bestemd voor de
geadresseerde.
Verstrekking aan en gebruik door anderen is niet toegestaan.
Door de elektronische verzending van het bericht kunnen er geen
rechten worden ontleend aan de informatie.

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to