I am developing a multi-country and multi-lingual website using Drupal. I am relatively new to Drupal (this is my first project on it).
My client will have multiple country sites (www.example.com/uk/, www.example.com/bg/, www.example.com/fr). What i need is to be able to tag content to a particular country in Drupal and to also have that content then appear on the relevant site. A use case is below:
The user creates a page called about and tags it to the country Bulgaria (bg). They then navigate to www.example.com/bg/about, to view the page.
I am also using the Multilingual - Internationalization module (Link to module). So on top of the above the user will also tag content to a particular language. A use case is below:
The user creates a page called about and tags it to the country Bulgaria (bg), they also select the language as being English. They then navigate to www.example.com/bg/uk/about, to view this page.
I have tried many modules etc but to no avail so far. Some things to bare in mind below:
- This is based on a Drupal 7 install on a local server
- There is no scope to change the URL structure
- www.example.com will be their primary groups website which will link through to the international versions
Any guidance or solutions is much appreciated.