[TYPO3-english] Issue after removing 'fr' part [SOLVED]

Dmitry Dulepov dmitry at typo3.org
Sun Feb 15 14:34:18 CET 2009


Hi!

Xavier Perseguers wrote:
> I think the _DOMAINS feature would have fit the bill. Because the
> default language in my case is not uniform for the whole domain, as
> explained in a previous post, I have a subtree where default language
> may be any of the sys_language set for the website (this is why I need
> the patch pending in core and in TV) but a few pages are mounted from
> another place where default language is *always* English. As such I
> cannot always unmap the 'fr' valueMap entry when dealing with a
> sub-website in French as some "share" links need this mapping.

You can change default language using TS conditions depending on the domain name:

config.sys_language_uid = 0

[globalString = IENV:HTTP_HOST = de.example.com]
config.sys_language_uid = 1
[global]

Does this help?

-- 
Dmitry Dulepov
TYPO3 core team
"Sometimes they go bad. No one knows why" (Cameron, TSCC, "Dungeons&Dragons")


More information about the TYPO3-english mailing list