Is there a lightweight and simple php framework that provides basic localization and / or internationalization?
I need a php framework that:
- Simple and lightweight
- Powered by hosting (free hosting)
- I would be fine if it saves the preferred language via cookies (optional)
- I'd be better off if it detects the user's preferred language from the browser (optional)
I want to create a page that displays 3 different languages. I came out with a mini-localization, but I think it is not good.
Any suggestions?
+2
a source to share
1 answer
I would personally go for CodeIgniter . However, you can see a complete list of stable frame frames here:
+2
a source to share