如果在模板上面显示
<?php
use_helper('I18N)
echo __('Hello World')
?>
在其他地方
$this->getContext()->getI18N()->__('Hello World');
如果想用中间嵌套的方法
<?php echo __('Place %1% List', array('%1%'=>$cityName)) ?>
%任何数字、字母都可以%
all about symfony
如果在模板上面显示
<?php
use_helper('I18N)
echo __('Hello World')
?>
在其他地方
$this->getContext()->getI18N()->__('Hello World');
如果想用中间嵌套的方法
<?php echo __('Place %1% List', array('%1%'=>$cityName)) ?>
%任何数字、字母都可以%
还没有任何评论。
这篇文章上的评论 RSS feed TrackBack URL
由 WordPress 所驱动