Flex Alert.show(..) 按钮的 i18n

发布于 2024-08-11 09:11:46 字数 125 浏览 3 评论 0原文

我必须将 Alert.show(..) 中的“是”和“否”按钮更改为另一种语言(例如荷兰语)。 有没有一种(简单的)方法可以做到这一点?

我忘了提及 - 我的编译器选项中有一个 -locale nl_NL,但它仍然是/否

I have to change the "Yes" and "No" buttons in an Alert.show(..), to another language (Dutch, for instance).
Is there a (easy) way to do that?

I forgot to mention - I have a -locale nl_NL in my compiler options, but it is still Yes/No

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

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

发布评论

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

评论(1

﹏半生如梦愿梦如真 2024-08-18 09:11:46

按照这个示例,您可以使用 Alert .yesLabel = "Accept";Alert.noLabel = "Reject"; 使用您自己的字符串自定义“是”和“否”按钮中的文本。
请参阅此文档来设置磁贴。

Following this example you can use Alert.yesLabel = "Accept"; and Alert.noLabel = "Reject"; to customize text in the yes and no buttons with your own string.
Look at this docs to set the tile.

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