Internationalization
Backend
The extension is available in both English and German. The language can be changed by going to User Settings Language.
Frontend
TYPO3 allows you to create pages in multiple languages. When the included form has been translated as well, the extension chooses the correct language automatically. For this to work, the language codes set in TYPO3 need to conform to the standard (ISO 639-1).
The following configuration file sets the language to English:
Configuration file for English
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = en
config.locale_all = en_UK
config.htmlTag_langKey = en-UK
[global]
config.sys_language_uid = 1
config.language = en
config.locale_all = en_UK
config.htmlTag_langKey = en-UK
[global]