Archive: multiple languages on sections ?


multiple languages on sections ?
Is it possible to have language dependent names on Section and SubSection ? The usual /LANG=$... did not work, or I am missing something.

Thank you.
Best wishes,
Cristi


Use LangString.

ex:


LangString Title_Sec1 ${LANG_ENGLISH} "Section1"
LangString Title_Sec1 ${LANG_AnotherLanguageName} "Section1 in other languages"

Section $(Title_Sec1)
;some codes
SectionEnd