Hi everybody,
I want to create a more complex site and not sure if Drupal can handle it.
It will be one URL to reach the site. English (www.xxx.com - just as example) will be the landing site. Language swap links to sub-sites (deu.xxx.com / chi.xxx.com / ita.xxx.com / ...). or would it be best to just create a landing page with the user to choose what language he wants to get?
Following languages:
- Afrikaans
- Arabic
- Chinese (simplified)
- Dutch
- Finnish
- French
- German
- Greek
- Hebrew
- Italian
- Japanese
- Korean
- Norwegian
- Polish
- Portugese (Brasil / Portugal)
- Russian
- Spanish
- Swedish
- Thai
One master login and seperate logins to all diffrent language sites.
I can setup as many SQL Databases as I want, but the content databases will be used by all sites together.
My idea is to set a cookie, dependant on the language the user has chosen. This cookie is needed to select
the right language content from the databases and creates the output dynamic by the PhP script.
So can all "sites" use the same menue but the "storie" content of each language is only shown in the choosen
languages, means added by the editor of that language. To clearify, only english content is shown on www.xxx.com,
german on deu.xxx.com, french on fra.xxx.com and so on.