Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 ZFDataGrid 中将网格翻译成多种语言(中文)?如果是,请告诉我如何实施?
你可以将你的翻译对象(Zend_Translator)注入到网格中:
$grid->setTranslator($translator);
在此之后,它将尝试翻译您的 messageIds。