翻译 URL ZendFramework
我一直在使用 zend Translation 来翻译网站内容,但是 url 呢?我该如何翻译它?
例如:
localhost/app/contact(英语)
localhost/app/contato(葡萄牙语)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您确实使用 Zend Translate,您应该能够在路由器中使用翻译,如下所示:
如果您的翻译源包含“translateme”,它将被翻译,如果没有,路由器将使用“translateme”作为值。
If you are indeed using Zend Translate you should be able to use translations in your router like:
If your translation source contains 'translateme' it wil be translated, if not the router will use 'translateme' as value.