本文介绍了本地化的Android DatePickerDialog的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有可能配置android.app.DatePickerDialog使得其本地化为欧洲格式轻松(交换日,月和本地化的人交流的英文按钮的名称)?
Is it possible to configure android.app.DatePickerDialog so that it is localized for the European format easily (exchange day and month and exchange the english button names with localized ones) ?
推荐答案
该DatePickerDialog默认情况下,本地化。我尝试了一个真实的设备上,并在对话框的本地化适应系统默认值。
The DatePickerDialog is localized by default. I tried it on a real device and the localization of the dialog adapts to the system default.
这篇关于本地化的Android DatePickerDialog的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!