在xml

时间:2018-12-11 18:06:46

标签: android

在Java代码中,我可以将字符串设置为大写并定义在进行转换时要使用的语言环境:

String msg = ...
Locale locale = ...
textView.setText(msg.toUpperCase(locale));

toUpperCase

但是,如果我要在xml中使用android:textAllCaps=true,则系统使用的是哪种语言环境?我假设它使用的是Locale.Default,但我真的不知道。我看不懂其他语言=(所以我没有办法自我测试并找出答案。

textAllCaps

0 个答案:

没有答案