如何在 WebO 中设置默认语言
如何设置WebOs项目的默认语言? 在 WebOS 中添加国际化的标准方法是使用 $L() 函数,我可以在其中为翻译后的字符串设置一个键。但是,如果项目中未指定当前语言,WebOS 会向用户显示密钥。我怎样才能停止这种行为并设置默认语言,它将代替密钥。
PS:我认为 Palm 获取现实世界句子的方式并不是一种好的编程方式。
错误示例:$L(“这不应该是现实世界的句子!!”)
更好的例子:$L("key.subKey")
How can I set the dault language of an WebOs project?
The standard way of adding internationalization in WebOS is to use the $L() function, where I can set a key to the translated string. But if the current language ist not specified in the project WebOS displays the key to the user. How can I stopp this behaviour and set a default language, that will be taken instead of the key.
PS: I think the Palm way of taking a real world sentences is not a good way of programming.
Bad example: $L("This should be not a real world sentence!!")
Better example: $L("key.subKey")
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用键值对来解决此问题(来自 Palm 文档):
You can use a key-value pair to solve this problem (from the Palm documentation):