Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在对我的应用程序进行本地化,因为我想知道设备的当前语言。我正在获取当前语言,但我不知道如何区分简体中文和繁体中文,因为对于这两种语言,我得到的代码相同,例如“中文”。
利用
Locale.getDefault().getDisplayName();
提供中文简体和繁体
中文 (中国) 中文 (台灣)