当区域设置设置为法语时 BlackBerry 的货币格式
我正在编写一个需要法语支持的应用程序。当区域设置设置为 FR 时,我无法正确设置货币格式。有什么方法可以正确地做到这一点吗?
I've writing an app that requires French language support. I'm having trouble getting currency to format correctly when the locale is set to FR. Is there any way to do this correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须自己做。
使用以下方法创建了一个扩展 AFormatter 的“Formatter”类
现在不知道法国的情况如何,但在阿根廷我们使用以下格式 10.000.000,18 例如。
希望有帮助或者有人提供更好的解决方案
I had to do it myself.
Created a "Formatter" class extending AFormatter with the following methods
Don't now how it is in France but in Argentina we use the following format 10.000.000,18 for example.
Hope it's helps or that someone provides a better solution