Multilanguage question
Posted: Thu 7. Mar 2013, 11:58
Hi guys,
I have a question about multilanguage site.
Normally, I know how to do it. But I need a structure like this:
-+ home : : ID=0
-+--+ en ID=01
-+--+--+ en_category_01 ID=02
-+--+--+ en_category_02 ID=03
-+--+--+ en_category_03 ID=04 !!!!!!
-+--+--+ en_category_04 ID=10
-: : : : :
-+--+ de ID=11
-+--+--+ de_Kategorie_01 ID=12
-+--+--+ de_Kategorie_02 ID=13
-+--+--+ de_Kategorie_03 ID=04 !!!!!!
-+--+--+ de_Kategorie_04 ID=20
How could I show CATEGORY ID=4 in both languages? That category is full of articles and I can't duplicate it (because change everyday). There's no need to translate that category, it's unique in all languages.
Obviously I need to see the unique content (ID=4 > all articles) inside both english and german template. I don't want a simple redirect URL to english version.
I need to show all the content CAT ID=4 inside german site. Is it possibile?
Maybe I need something like this: SHOW_ARTICLE_CP but showing CATEGORY content: SHOW_CATEGORY_CONTENT_ID
Do you have any advise?
Thank you so much,
d.
I have a question about multilanguage site.
Normally, I know how to do it. But I need a structure like this:
-+ home : : ID=0
-+--+ en ID=01
-+--+--+ en_category_01 ID=02
-+--+--+ en_category_02 ID=03
-+--+--+ en_category_03 ID=04 !!!!!!
-+--+--+ en_category_04 ID=10
-: : : : :
-+--+ de ID=11
-+--+--+ de_Kategorie_01 ID=12
-+--+--+ de_Kategorie_02 ID=13
-+--+--+ de_Kategorie_03 ID=04 !!!!!!
-+--+--+ de_Kategorie_04 ID=20
How could I show CATEGORY ID=4 in both languages? That category is full of articles and I can't duplicate it (because change everyday). There's no need to translate that category, it's unique in all languages.
Obviously I need to see the unique content (ID=4 > all articles) inside both english and german template. I don't want a simple redirect URL to english version.
I need to show all the content CAT ID=4 inside german site. Is it possibile?
Maybe I need something like this: SHOW_ARTICLE_CP but showing CATEGORY content: SHOW_CATEGORY_CONTENT_ID
Do you have any advise?
Thank you so much,
d.