Revision [1531]

This is an old revision of WikkaGettext made by JordaPolo on 2004-10-03 13:13:58.

 

How to make strings translatable with gettext?
It is simple, just use the _() or gettext() function.

Example (simple):
<?php
    print(_("Hello Wikka!"));
?>


Example (formatted):
<?php
    $here = $this->Format('[[PasswordForgotten '._("here").']]');
    printf(_("If you need a temporary password, click %s."), $here);
?>
There are 30 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki