In codeigniter, the name of your controller, reflects the URL. But my question is, how can you create multi language URLs without copy/pasting all your controllers.
Example:
- In english the URL would be: http://www.example.com/order
- In dutch the URL would be: http://www.example.com/bestellen ("bestellen" is dutch for "order")
Thanks