TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] change language in own php script

This is a discussion on [TYPO3] change language in own php script within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi I would like to change the language in typo3. In Typoscript it changes the language with: config.sys_language_uid = 1 ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 11.05.2007, 18:13
a owen
Gast
 
Beiträge: n/a
Standard [TYPO3] change language in own php script

Hi

I would like to change the language in typo3. In Typoscript it changes
the language with:

config.sys_language_uid = 1
config.language = de
config.locale_all = de_DE

so i thought that i could do the following in "class.tx_newloginbox.php"
in the main function, so that it would be displayed in german

$GLOBALS['TSFE']->config['config']['sys_language_uid'] = 1;
$GLOBALS['TSFE']->config['config']['language'] = 'de';
$GLOBALS['TSFE']->config['config']['locale_all'] = 'de_DE';

Are the variables wrong or am i approaching this wrong?

thanks for help
a owen

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-templavoila] Change the Language of all Flexform elements to"all" < automaticly? Jens Hoffmann typo3-project-templavoila@lists.netfielders.de 6 19.06.2008 00:35
[TYPO3] Change text in language menu Kimmo Helle typo3-english@lists.netfielders.de 1 08.05.2007 14:06
[TYPO3-templavoila] Script element with TV Paul typo3-project-templavoila@lists.netfielders.de 0 23.04.2007 23:18
[TYPO3-german] Java Script Timo Z. typo3-german@lists.netfielders.de 10 08.02.2007 16:43
[TYPO3] Templavoila and content type script Guus Leeuw jr. typo3-english@lists.netfielders.de 0 15.01.2007 17:42


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:00 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74