I was asked to create a multilingual website in both English and Arabic languages and i have looked over the internet for samples or demos and didn’t find yet i have found those ways,
- Create a directory for each one (Which i really didn’t like)
- Use XML
- use MySQL(Which i also don’t think it’s efficient)
- And of course the create the PHP array way(but i really didn’t like it either)
But i heard that XML is the best approach so what i am asking for is a simple demo for that if anybody have an idea how to create it
Maybe a CMS will be appropriate for this project of yours. A good, light-weight CMS that can handle multi-lingual websites really well is GetSimple CMS with the I18N plugin installed.
The CMS stores the data in XML files so no MySQL database or similar is required.