| Tuesday 08 July 2003 6:24:02 am 
                                                                
                                                                 How can slove this ?!?!?! in admin site.ini i have this : 
[RegionalSettings]Locale=eng-GB
 HTTPLocale=
 ContentObjectLocale=eng-GB
 
my site will have 4 language ... this the problem !!each time i need to change the 'ContentObjectLocale' to check the node content, and if i wanna edit node i must also modify the 'ContentObjectLocale' to node 'ContentObjectLocale' !!
 what the solution for this ?!?!!? 
More explanation .. lang 1. en the settings must be :
 [RegionalSettings]
 Locale=eng-GB
 HTTPLocale=
 ContentObjectLocale=eng-GB
 
lang 2 hu :[RegionalSettings]
 Locale=eng-GB
 HTTPLocale=
 ContentObjectLocale=hu
 
lang 3 hebrew :[RegionalSettings]
 Locale=eng-GB
 HTTPLocale=
 ContentObjectLocale=he
 lang 4 arabic : 
[RegionalSettings]Locale=eng-GB
 HTTPLocale=
 ContentObjectLocale=ar
 :( |