mvc 多语言

发布于 2024-11-17 15:07:39 字数 118 浏览 1 评论 0原文

mvc与多语言的

开发,在MVC中,他负责翻译吗? 在控制器中,在视图中,或者两者都可以?

在控制器中: $视图-> 视图中的翻译=数组(...)

: 翻译('词')

mvc with multilanguage

the development in MVC, where he is responsible for the translation?
in the controller, in the view, or it can be both?

in controller:
$view-> translate = array (...)

in view:
translate ('word')

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

邮友 2024-11-24 15:07:39

语言影响程序的功能或流程?不,然后在视图中。

language affects functionality or flow of program? no, then in the view.

蛮可爱 2024-11-24 15:07:39

除非您想根据语言应用不同的流程,否则只能在视图中。在我的程序中,它仅在视图中。

Unless you want to apply different process based on the language tt could be in Views only. In my programs its in the view only.

hth

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文