Interface LocalizedNames

    • Method Detail

      • getLikelyRegionCodes

        java.lang.String[] getLikelyRegionCodes()
        Returns:
        a possibly empty array of region codes, ordered by the literate population speaking the language of this locale.
      • getRegionName

        java.lang.String getRegionName​(java.lang.String regionCode)
        Get the localized name of a given region in this locale.
        Parameters:
        regionCode -
        Returns:
        localized name
      • getSortedRegionCodes

        java.lang.String[] getSortedRegionCodes()
        Returns:
        an array of region codes of currently valid countries, ordered according to the collating order of this locale.