多语言网站问题

发布于 2024-12-15 21:32:39 字数 149 浏览 0 评论 0 原文

我必须维护一个使用三种语言的网站:阿拉伯语、英语和普什图语。

当用户选择一种语言(例如阿拉伯语)时,当他在我的网站中应用任何搜索时,该搜索将如何应用到我的数据库中?

当我更新网站(当然是英文)时,这些更新将如何反映在数据库中的阿拉伯语和普什图语语言中?

I have to maintain a website in three languages: Arabic, English, and Pashto.

When the users select a language, for example arabic, when he applies any search in my website, how that search will be applied in my database?

When I'm updating the website (of course in english), how those updates will be reflected for arabic and pashto languages in the database?

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

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

发布评论

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

评论(2

新人笑 2024-12-22 21:32:39
  1. 首先,您必须决定您的数据库方法是什么。 Zend Framework 中的多语言网站
  2. 其次,您必须决定翻译的方法是什么一种语言到另一种语言。有一些选项可以对此进行重新评级。
  3. 手动添加每种语言的翻译文本。
  4. 使用一些翻译服务,例如谷歌翻译。但我认为你不能依赖这一点。您必须为翻译文本添加一些审批系统。
  1. First you have to decide what would be you database approach. Multilingual Site in Zend Framework
  2. Secondly you have to decide what would be the approach to translated from one language to another. There are some options regrading this.
    1. Add translated text for each language manually.
    2. Use some translating service like google translate. But i dont think that you can rely on that. You have to add some approval system for translated text.
东风软 2024-12-22 21:32:39

您可以在 XML 文件中存储多种语言(您可以使用 http://php.net/ Manual/en/simplexmlelement.xpath.php 根据用户的选择找到你想要的语言),甚至可能缓存它......我的意见

专业:进一步开发(更多语言)

You can store multiple languages in an XML file (you can use http://php.net/manual/en/simplexmlelement.xpath.php to find what language you want based on the user`s selection), maybe even caching it...my opinion

Pro: further development (more languages)

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