基于区域设置的日期/时间字符串的翻译 (Android)
我想知道是否有人知道一种内置方法可以根据用户区域设置翻译某些日期/时间单词?
具体工作方式如“日”、“小时”?我知道 Android 将翻译一年中的月份,以及通过 SimpleDateFormat 使用指定区域设置的 am/pm 字符串,但我想知道这些其他字符串是否可用?
特别是,我们希望使用以下格式显示最近的日期和时间:“x 小时前”,如果该字符串可以根据区域设置进行翻译,那就太好了。
谢谢
I was wondering if anyone knew of a built in way to translate certain date/time words based on the users locale?
Specifically works like Day, hour? I know that Android will translate months of the year, and the am/pm strings using a specified locale via SimpleDateFormat but I was wondering if any of these other strings were available?
Specially we are looking to show recent dates and times using the format: "x hours ago" and it would be nice if that string could be translated based on locale.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试查看Android 本地化。
Try looking at Android Localization.