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

Arun Chandran arunchandran2010 at gmail.com
Wed Jun 3 09:22:18 CEST 2015


Hi Markus,

Thanks for the feedback. I've added the following configuration;

plugin.tx_rlmplanguagedetection_pi1 {
   useOneTreeMethod = 1
   defaultLang = de
   limitToLanguages = de,en
}

page.987 =< plugin.tx_rlmplanguagedetection_pi1

I understood that the functionality is not working only with this
configuration. We need to "Select Official Language (ISO code):" in the
website langauge ( alternate language we added in the root ).

Now its works as intended..:)

Thanks,
Arun Chandran
Typo3 Web Developer
PIT Solutions Pvt Ltd.

On Wed, Jun 3, 2015 at 2:05 AM, Markus Klein <markus.klein at typo3.org> wrote:

> 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
>
> _______________________________________________
> 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