多措辞网站与多语言不同,gettext 也能解决这个问题吗?
我有一个针对多个行业的网站。
因此,在一个行业中,经理将被称为“部门主管”,而在另一个行业中,经理将被称为“检查员”。
我可以用 gettext 解决这个问题吗,因为它在某种程度上是一个多语言问题。
I have a site which targets several industries.
So in one industry the manager would be called "department head" and in the other "inspector".
Can I solve this issue with gettext, as it is in a way a multi linguistic problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使网站是多语言的,您也可以使用 gettext 轻松解决此问题。
在页面加载时,您需要定义这次的语言“dep.head”或“inspector”。
You can easily solve this with gettext even if the site will be multilanguage.
On the page load you need to define the language this time "dep. head" or "inspector".