localizedString(forRegionCode:)
Returns a localized string for a specified region code.
Declaration
func localizedString(forRegionCode regionCode: String) -> String?Discussion
For example, in the “en” locale, the result for "fr" is "France".
Returns a localized string for a specified region code.
func localizedString(forRegionCode regionCode: String) -> String?For example, in the “en” locale, the result for "fr" is "France".