Hello Friends,
I'm developing a multi-site, multi-language support website, stuck with an issue related to translations.
Problem Im facing :
1) When iam trying to view the Spanish Version page i.e "http://example.com/es/aboutpage" could not see the menus and leftnavigation
The following is the workflow what i have done:
Using Drupal 7
1) Created a content type - say MYPAGE
2) Using Locale, Multilingual Internalisation Modules
3) Created Menus first level - ABOUT , STAFF, PROGRAMS
4) Created Submenus under the Menus (eg : say under ABOUT - A1,A2,A3....etc)
5) My site has 2 language support i.e English and Spanish. So created both.
6) created a sample page and selected Language is ENGLISH by default. assume page is created with url "http:example.com/aboutpage"
7) Linked the page to the menu "ABOUT" 1st level menu.
8) When we viewing the page, we will be able to see the TOP menus (ABOUT, STAFF, PROGRAMS), Left Navigation (Lists only the submenus or 2nd level menus.) and the Page Content which we have created.
9) When we are in the "http:example.com/aboutpage", TOP menu "ABOUT" will be highlighted and in the LEFT navigation - "A1,A2,A3.." are displayed along with the page content.
10) By default, we have Language switcher. By Default English page is displayed.