[TYPO3-english] Language detection not working in Typo3 6.2.12

Markus Klein markus.klein at typo3.org
Tue Jun 2 22:35:44 CEST 2015


Hi!

A usecase of ours is similar, but default language being EN.

Our configuration is rather simple.

Include the static template of the extension and add this TypoScript to your template:

plugin.tx_rlmplanguagedetection_pi1 {
   useOneTreeMethod = 1
   defaultLang = en
}

Kind regards
Markus

------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member

TYPO3 .... inspiring people to share!
Get involved: typo3.org

> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> bounces at lists.typo3.org] On Behalf Of Arun Chandran
> Sent: Tuesday, June 02, 2015 10:53 AM
> To: TYPO3 English
> Subject: [TYPO3-english] Language detection not working in Typo3 6.2.12
> 
> Hi All,
> 
> I've a website which have 2 languages: Deutch (de) as default and English
> (en) as translated. I am trying to implement language detection functionality
> in the website using the typo3 extension "rlmp_language_detection" vesrion
> 7.0.0.
> 
> What I want to achieve is, for the countries Austria (at), Switzerland (ch) and
> Germany (de), the website should be stay in default languge Deutch and for
> all the users in other countries should see the website in English language.
> 
> I've added the below typoscript to implement this. But not working anymore;
> 
> plugin.tx_rlmplanguagedetection_pi1 {
>     defaultLang = de
>     languageAliases >
>     languageAliases {
>         de = de
>         at = de
>         ch = de
>     }
>     countryCodeToLanguageCode >
>     countryCodeToLanguageCode {
>         de = de
>         at = de
>         ch = de
>     }
> }
> page.987 =< plugin.tx_rlmplanguagedetection_pi1
> 
> Can you guys please help me to solve the problem?
> 
> Thanks in advance.
> Arun Chandran
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list