[TYPO3-UG France] Problème sur site en multilingue

Sébastien Le Sergent contact at sourions.fr
Tue Oct 22 00:44:57 CEST 2013


Bonjour, j¹ai un site en plusieurs langues, dont l¹anglais et le français.
J¹ai bien ajouté ceci au gabarit :
1. // Langue par défaut
2. 
3. config.sys_language_uid = 0
4. 
5. config.language 
<http://documentation.typo3.org/documentation/tsref/conditions/language/>  =
fr
6. 
7. config.locale_all = fr_FR
8. 
9. config.htmlTag_langKey = fr
10. 
11. config.linkVars = L
12. 
13.  
14. 
15. // Langue FR
16. 
17. [globalVar = GP:L = 0]
18. 
19.   config.sys_language_uid = 0
20. 
21.   config.language
<http://documentation.typo3.org/documentation/tsref/conditions/language/>  =
fr
22. 
23.   config.locale_all = fr_FR
24. 
25.   config.htmlTag_langKey = fr
26. 
27. [GLOBAL]
28. 
29.  
30. 
31. // Langue EN
32. 
33. [globalVar = GP:L = 1]
34. 
35.   config.sys_language_uid = 1
36. 
37.   config.language
<http://documentation.typo3.org/documentation/tsref/conditions/language/>  =
en
38. 
39.   config.locale_all = en_EN
40. 
41.   config.htmlTag_langKey = en
42. 
43. [GLOBAL]
Mais je me trouve face à un site qui lorsque je tente de choisir la langue
me donne une URL du type : http://mywebsite.com/2/article
Comment faire pour retrouver une url classique remplaçant le 2 par en pour
l¹anglais par exemple.
Par avance merci.




More information about the TYPO3-france mailing list