sfGuardGroup 和 i18n
我使用 symfony 1.4.11 和 Doctrine。我有网站,它有 3 种语言。我使用 sfDoctrineGuardPlugin 4.0.1 ,并且我有 3 组用户。在网站中,我向每个用户显示他的组,并且我需要它以当前语言向每个用户显示。所以我添加到 sfGuardGroup 字段 i18n 行为,但我现在不这样做,这是个好主意吗?还有其他解决方案吗? 谢谢你!
I use symfony 1.4.11 with Doctrine. I have site, and it has 3 languages. I use sfDoctrineGuardPlugin 4.0.1 , and I have 3 groups of users. In site I show to each user his group, and I need it show to each user in current language. So I add to sfGuardGroup field i18n behavior, but I do not now, is it good idea? Is there another solution for this?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案取决于您如何实际处理 i18n,我最喜欢 messages.xml 文件!
不管怎样,我希望这样:
你会在 symfony 的文档中找到足够的信息:
An answer depends on how you deal actual with i18n, i mostly prefer messages.xml files !
Anyway i would expect sth like this :
You'll find sufficient information in symfony's docu :