| Tuesday 01 September 2009 3:58:31 am 
                                                                
                                                                 
Hi!I have a problem related to a multilanguage website.
 
I want to define User Roles e.g. someone can create "News", but only in "German".language. Then there is another User (or Group), who can create "News" only in "English" language .
 Is there a possibilty to create only one Role with all details for the creation of "News" objects, instead of creating this Role twice, for the German and the English language? 
Instead of:
content | create | Class(News), Section(Newsarea), ParentClass (NewsFolder), Language( Deutsch (Deutschland) ) 
content | edit | Class(News), Section(Newsarea), Language( Deutsch (Deutschland) ) 
and:
content | create | Class(News), Section(Newsarea), ParentClass (NewsFolder), Language( English (United Kingdom) ) 
content | edit | Class(News), Section(Newsarea), Language( English (United Kingdom)  
 I want sth like this: 
content | create | Class(News), Section(Newsarea), ParentClass (NewsFolder)
content | edit | Class(News), Section(Newsarea)
 And add or assign now the allowed language? 
Thanks for helpHeiner
 |