如何使用 C++ 查找 Symbian 设备上可用的语言 蜜蜂?

发布于 2024-07-12 01:57:50 字数 185 浏览 7 评论 0原文

有谁知道如何在运行时查询 Symbian(特别是 S60)设备已安装的显示语言列表? 我已经能够查询语言集,但我还没有找到在运行时获取该集由哪些语言组成的方法。

这需要是实际的语言代码(即英国英语的 ELangEnglish、美国英语的 ELangAmerican 等),而不仅仅是手机上有任何英语变体。

谢谢!

Does anyone know how to query at runtime a list of display languages that a Symbian (S60, specifically) device has installed? I've been able to query for the language set, but I haven't found anyway of getting what languages make up that set at runtime.

This needs to be the actual language code (i.e, ELangEnglish for UK English, ELangAmerican for US English, etc, etc) and not just that there is any English variant on the phone.

Thanks!

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

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

发布评论

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

评论(1

很快妥协 2024-07-19 01:57:50

您可以查看 CPtiEngine 类参考。 直接从页面引用:

这是 PtiEngine API 的主类。
这是主要的客户端 API
PtiEngine。 PtiEngine的目的
API是提供单一调用
所有低级别的点(UI 以下)
文本输入功能。 应用程序编程接口
提供查询和方法
激活已安装的语言,
更改输入模式和文本大小写
并执行实际的文本输入
操作。

You may take a look at the CPtiEngine class reference. Quoting directly from the page:

This is main class for PtiEngine API.
This is the main client side API for
PtiEngine. The purpose of PtiEngine
API is to provide a single calling
point for all the low level (below UI)
text input functionality. The API
provides methods for querying and
activating installed languages,
changing input modes and text cases
and performing the actual text input
operations.

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