[TYPO3] Only pages and not content are shown in correct language

Stephan Viftrup sviftrup at mac.com
Tue Jun 24 12:30:36 CEST 2008


Hi!

On 2008-06-24 12:19:56 +0200, Marcus Biesioroff <vsbies at wp.pl> said:

> ellou'
> 
> You wrote on 24 czerwca 2008 (12:01:44) :
> 
>> Hi!
> 
>> I've set my site up for multilingual support.
>> However, when I change langauge value to my alternative language (L=1)
>> only my pages are translated in the menus, but the content is still
>> shown in the default language.
> 
> Did you change your main template TS - content subpart as described
> in doc?
> 
> http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/
> 
> Step 4, last screenshot:
> 
> select.languageField = sys_language_uid

This is taken from my template analyser and shows that line 44 indeed 
uses sys_langauge_uid
But perhaps it is not using it?
I am using templavoila and therefore css_styled_content.

Does that have anything to say?

Regards
Stephan Viftrup
SV Consult



SETUP:
	EXT:css_styled_content/static/
	

  29: [GLOBAL]
  30: # 
***************************************************************************
 

 31: # Notice: "styles." (and "temp.") objects are UNSET after template 
parsing!
  32: # Use "lib." for persisting storage of objects.
  33: # 
***************************************************************************
 

 34:
  35: # Clear out any constants in this reserved room!
  36: styles.content >
  37:
  38: # get content
  39: styles.content.get = CONTENT
  40: styles.content.get {
  41:   table = tt_content
  42:   select.orderBy = sorting
  43:   select.where = colPos=0
  44:   select.languageField = sys_language_uid
  45: }
  46:
  47: # get c



More information about the TYPO3-english mailing list