0
如何在CakePHP中使用__()
進行翻譯變量/自定義值?像字符串,整數或小數值?在CakePHP 2.3中翻譯自定義值
例如:
__('You have $16.52 in your wallet')
我嘗試使用sprintf
但不工作,這樣的:
sprintf(__("Table %s can't have status changed to Busy. Please check the number and try again"), $table_num)
您應該始終提及您正在使用的確切cakephp版本。 – mark
我知道:「在CakePHP 2.3中翻譯自定義值」,但確切版本是2.3.7 –