[TYPO3-english] Locallang.xlf doesn't work for english
Bernd Wilke
t3n at pi-phi.de
Wed Feb 10 08:22:10 CET 2016
Am 09.02.2016 um 17:43 schrieb Nicolai Schirawski:
> Yes, I removed cache in install Tool; it didn't help.
>
> I don't understand, what you mean with "L=1, L=0"
maybe your condition for switching the language does not match.
either the L param, or your condition is not reached within your typoscript.
have a look into the TSOB: does that condition appear below?
what if you insert the following before/after your language switch
condition:
[globalVar = GP:L= 1]
page.1 = TEXT
page.1.value = BEFORE LANGSWITCH
[global]
:
your condition
:
[globalVar = GP:L =1]
page.2 = TEXT
page.2.value = AFTER LANGSWITCH
[global]
you may have an error in your typoscript so that your condition is not
evaluated.
(after inserting those two snippets in the exact writing you should see
two more conditions below the TSOB as I have written the conditions
slightly different)
bernd
More information about the TYPO3-english
mailing list