<legend id='xT622'><style id='xT622'><dir id='xT622'><q id='xT622'></q></dir></style></legend>
    <tfoot id='xT622'></tfoot>

        <i id='xT622'><tr id='xT622'><dt id='xT622'><q id='xT622'><span id='xT622'><b id='xT622'><form id='xT622'><ins id='xT622'></ins><ul id='xT622'></ul><sub id='xT622'></sub></form><legend id='xT622'></legend><bdo id='xT622'><pre id='xT622'><center id='xT622'></center></pre></bdo></b><th id='xT622'></th></span></q></dt></tr></i><div id='xT622'><tfoot id='xT622'></tfoot><dl id='xT622'><fieldset id='xT622'></fieldset></dl></div>
          <bdo id='xT622'></bdo><ul id='xT622'></ul>
      1. <small id='xT622'></small><noframes id='xT622'>

      2. 如果您有 ISO 国家代码 `US`、`FR`,如何获得区域设置代码(`Locale.US`、`Locale.FRANC

        If you have the ISO country code `US`, `FR`, how do you get the Locale code (`Locale.US`, `Locale.FRANCE`)?(如果您有 ISO 国家代码 `US`、`FR`,如何获得区域设置代码(`Locale.US`、`Locale.FRANCE`)?)
        <legend id='cXgPz'><style id='cXgPz'><dir id='cXgPz'><q id='cXgPz'></q></dir></style></legend>

        <small id='cXgPz'></small><noframes id='cXgPz'>

        1. <tfoot id='cXgPz'></tfoot>
          1. <i id='cXgPz'><tr id='cXgPz'><dt id='cXgPz'><q id='cXgPz'><span id='cXgPz'><b id='cXgPz'><form id='cXgPz'><ins id='cXgPz'></ins><ul id='cXgPz'></ul><sub id='cXgPz'></sub></form><legend id='cXgPz'></legend><bdo id='cXgPz'><pre id='cXgPz'><center id='cXgPz'></center></pre></bdo></b><th id='cXgPz'></th></span></q></dt></tr></i><div id='cXgPz'><tfoot id='cXgPz'></tfoot><dl id='cXgPz'><fieldset id='cXgPz'></fieldset></dl></div>

                <bdo id='cXgPz'></bdo><ul id='cXgPz'></ul>

                  <tbody id='cXgPz'></tbody>

                • 本文介绍了如果您有 ISO 国家代码 `US`、`FR`,如何获得区域设置代码(`Locale.US`、`Locale.FRANCE`)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如果你有国家代码USFR(ISO-3166-1 alpha-2国家代码),你如何获得Locale代码(Locale.US, Locale.FRANCE) 来做这样的事情:

                  If you have the country code US, FR (ISO-3166-1 alpha-2 country code), how do you get the Locale code (Locale.US, Locale.FRANCE) to do something like this:

                  System.out.println(DecimalFormat.getCurrencyInstance(Locale.US).format(12.34));
                  System.out.println(DecimalFormat.getCurrencyInstance(Locale.FRANCE).format(12.34));
                  
                  $12.34
                  12,34 
                  

                  推荐答案

                  你不能,因为 Locale 用于保存一种语言,而不是一个国家.它可以包含特定国家的语言,以及该国家的特定变体,但它首先是一种语言.语言和国家之间没有一对一的关系.大多数语言在不同的国家/地区使用,许多国家/地区有多种语言.

                  You can't, because a Locale is used to hold a language, not a country. It can hold a language for a specific country, and for a specific variant in this country, but it's a language first. And there is no one-to-one relationship between a language and a country. Most languages are spoken in various countries, and many countries have several languages.

                  如果您有一种语言的国家/地区代码,则可以使用 new Locale(code).但是有了国家代码,你所能做的就是调用getAvailableLocales,循环遍历结果,找到一个有你国家代码的.但可能有几个.

                  If you had the country code for a language, you could use new Locale(code). But with a country code, all you can do is call getAvailableLocales, loop through the results, and find one which has your country code. But there might be several ones.

                  这篇关于如果您有 ISO 国家代码 `US`、`FR`,如何获得区域设置代码(`Locale.US`、`Locale.FRANCE`)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)
                  1. <i id='0PxOk'><tr id='0PxOk'><dt id='0PxOk'><q id='0PxOk'><span id='0PxOk'><b id='0PxOk'><form id='0PxOk'><ins id='0PxOk'></ins><ul id='0PxOk'></ul><sub id='0PxOk'></sub></form><legend id='0PxOk'></legend><bdo id='0PxOk'><pre id='0PxOk'><center id='0PxOk'></center></pre></bdo></b><th id='0PxOk'></th></span></q></dt></tr></i><div id='0PxOk'><tfoot id='0PxOk'></tfoot><dl id='0PxOk'><fieldset id='0PxOk'></fieldset></dl></div>

                      <tfoot id='0PxOk'></tfoot>
                      • <legend id='0PxOk'><style id='0PxOk'><dir id='0PxOk'><q id='0PxOk'></q></dir></style></legend>

                          <tbody id='0PxOk'></tbody>

                        <small id='0PxOk'></small><noframes id='0PxOk'>

                            <bdo id='0PxOk'></bdo><ul id='0PxOk'></ul>