One of my ExpressionEngine projects needed to support Multilingual output for the frontend interface. Here are the feature set that I wanted
- I only need it to change static data and lookup table values. There is no need to translate the Control Panel.
- Since I already worked on Codeigniter before and ExpressionEngine is using Codeigniter as its underlying framework, I wanted an addon that leverages that existing framework
The first thing that an ExpressionEngine developer does when he sees that a specific feature is needed, he should check out if an existing solution already exists.
For ExpressionEngine, sites like Devot:ee and Github make it very easy to find an addon that you need.
I tried finding a good and free solution but unfortunately, I can't find one after evaluating the free available ones. Paid solutions are out of the question due to project budget restrictions.
I decided to just make my own add-on since I felt no one bothered to build it. I am putting it on Github in case someone might find out that it works for them.
Get it at Github
I decided to just make my own add-on since I felt no one bothered to build it. I am putting it on Github in case someone might find out that it works for them.
Get it at Github
0 comments:
Post a Comment