ezi18n
Provides functionality for reading ".ts" files and for translating text in templates.
Balazs Halasy (23/02/2005 9:28 am)
Svitlana Shatokhina (07/08/2006 8:21 am)
ez publish / technical manual / 4.x / reference / libraries / ezi18n
Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.
Provides functionality for reading ".ts" files and for translating text in templates.
Balazs Halasy (23/02/2005 9:28 am)
Svitlana Shatokhina (07/08/2006 8:21 am)
Comments
Is internationalisation not important?
Monday 30 March 2009 3:17:36 pm
Adrien
2009 and one of the most important features of eZ is not documented yet...
from kernel/common/i18n.php
Saturday 04 July 2009 10:51:13 pm
pike
RE: from kernel/common/i18n.php
Thursday 28 October 2010 7:57:39 am
André R.
If your code is supposed to work on all 4.x versions, make sure you include it where used using
include_once( 'kernel/common/i18n.php' );
Or use the 4.3+ syntax instead if extension is only meant for 4.3+ and future versions:
ezpI18n::tr( $context, $source, $comment = null, $arguments = null );