CodeIgniter'daki aynı kontrolör için birden fazla dil görünümleri kullanma

0 Cevap php

How do I use multiple language views in a controller according to the url parameter? I have a english version of a website in CodeIgniter.I want to make Greek and Arabic version of this website without changing the models and controllers.Anybody know how to do it so that i can get CodeIgniter to display different views for the same controller according to the language parameters in the URL. like the URL below

http://www.example.com/en/ İngilizce

http://www.example.com/ar/ Arapça için

http://www.example.com/gk/ Yunanca için

Şimdiden teşekkürler

0 Cevap