标签: magento translation magento-1.7
我如何翻译我的magentos 1.6 checkout: 我的magento购物者模板的名字/姓氏和前缀是德语吗?
答案 0 :(得分:0)
只需使用PHP方法进行翻译:
示例:
<?php echo $this->__('firstname'); ?>