CodeIgniter Internationalization with Templates

by Vicente Russo Neto on May 31, 2008

I found an easy way to use i18n with Templates. I think it’ not a REAL template system, but I got the job done. After the first config of my CodeIgniter setup I decided to implement a multilingual system. Following these steps I noticed that every translated page has it’s own view. This is not good, if my designer change one tag, one line, he would have to change every translated view.

The trick is simple, and I guess there is another elegant way to do this. The article I read said if I have a custom view called “myview”, I don’t need to rename this file to work with my default language, but my translated view must have a suffix, myview_pt.php for example. But in my case, even the default language must have the suffix, and the view without the suffix is my template.

The code bellow shows my custom controller, loading my view

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

//Remember to include this
require_once('i18n.php');

class Myview extends i18n {

    function Myview()
    {
        parent::i18n();
    }
   
    function index()
    {
        $this->load_view('myview'); // Here I load my template that will be intercepted
    }
}

/* End of file welcome.php */
/* Location: ./system/application/controllers/welcome.php */

My little modification begins here. I don’t need to call myview_pt from controller (checking what language first), because the modified controller from de article automaticaly does that. So, I simply create myview_en.php and myview_pt.php (assuming there is only those two languages), and the content of these files would be something like that:

1
2
<? $this->lang->load('myview', 'english'); ?>
<? include('myview.php'); ?>

On the first line, “myview” is a language file located on system/language/english/myview_lang.php.

This way I can put my whole html/css stuff on myview.php and work simulating a template. I hope someone could say in the comments “here’s the better way to do this” but until there I’ll use this tricky code to get things working.

That’s all!

Did you like this? Share it:

{ 19 comments… read them below or add one }

quocvietta November 1, 2008 at 5:05 am

Thanks for the great tips.

mehmetaksu November 1, 2008 at 8:29 am

Hmm. Good.

dragoc2099 November 2, 2008 at 10:50 pm

I came across. Thank you.

bolkerix November 5, 2008 at 4:01 pm

I recently discovered this blog. I’ve had a similiar idea to your rewriting the ten commandments for some time now.

supkula November 11, 2008 at 8:43 am

Thanks for this – great idea.

Fost November 12, 2008 at 12:40 am

Good post.

Hosna64 November 12, 2008 at 10:57 pm

Thanks for your interesting article

markusbarth November 14, 2008 at 9:10 am

Thanks for this – great idea.

romina November 14, 2008 at 9:02 pm

Good blog

Gibarian November 15, 2008 at 6:52 am

Thanks for your interesting article

fixalover November 15, 2008 at 10:10 am

Keep up the good work! :)

kamundsen November 15, 2008 at 1:33 pm

I really love to try it out. This is something new

Taner Ozdas March 24, 2010 at 8:48 pm

I have a plan to change my sites to multilanguage. I hope it will help for my plan. Thank you for this post.

Discount keeley hazell sex tape January 8, 2011 at 3:45 am

Give somebody the to a site about the, Discount keeley hazell sex tape [url=http://blog.bitcomet.com/post/304584/#1]Discount keeley hazell sex tape[/url], dxhw,

Discount noelia sex tape January 8, 2011 at 4:14 am

really great sites, thank you, noelia sex tape discount [url=http://blog.bitcomet.com/post/304596/#1]noelia sex tape discount[/url], 18409,

vanessa hudgens sex tape for you January 8, 2011 at 4:28 am

What is it, Best vanessa hudgens sex tape [url=http://www.vanessahudgenssextape.350.com/#1]Best vanessa hudgens sex tape[/url], %OO,

First vanessa hudgens sex tape January 8, 2011 at 4:41 am

Only, vanessa hudgens sex tape discount [url=http://blog.bitcomet.com/post/304607/#1]vanessa hudgens sex tape discount[/url], %[[[,

All about kristin davis sex tape January 8, 2011 at 5:10 am

Great site. Keep doing., kristin davis sex tape [url=http://blog.bitcomet.com/post/304632/#1]kristin davis sex tape[/url], 554629,

Gtfabszy September 6, 2011 at 2:46 am

Can I call you back? teen titans animation porn 053997

Leave a Comment