This page is still a beta!

7.11. Multi-language

The text for this extension has been placed in the typo3conf/ext/wecdiscussion/ folder under pi1/locallang.php file and locallang_db.php file. You can extend to support different languages by adding translations to these files.

To configure a different language, you should refer to the TYPO3 documentation and check out the one-page tree description in http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/ .

The Discussion Forum plugin now supports multiple languages for posts, comments, and category records.

As an overview to allow different languages, you would set the following in TypoScript in your Page template for your site:

# Set up the language variable "L" to be passed along with links
config.linkVars = L
# For German/Deutsch language, sys_language.uid = 2
config.sys_language_uid = 2
config.language = de
config.locale_all = de_DE
# For Dutch language, 
config.sys_language_uid = 1
config.language = dk
config.locale_all = danish