Skip to content

Instantly share code, notes, and snippets.

@benjaminrau
Created April 1, 2014 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjaminrau/9914762 to your computer and use it in GitHub Desktop.
Save benjaminrau/9914762 to your computer and use it in GitHub Desktop.
Localization Setup in Typoscript
# Localization
config {
linkVars = L
sys_language_uid = 0
language = en
locale_all = en_EN.utf-8
htmlTag_langKey = en-EN
sys_language_mode = strict
}
[globalVar = GP:L=1]
config {
sys_language_uid = 1
language = de
locale_all = de_DE.utf-8
htmlTag_langKey = de-DE
}
[global]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment