Locale
public extension Locale
-
SwifterSwift: UNIX representation of locale usually used for normalizing.
Declaration
Swift
static var posix: Locale { get }
-
SwifterSwift: Returns bool value indicating if locale has 12h format.
Declaration
Swift
var is12HourTimeFormat: Bool { get }
-
SwifterSwift: Get the flag emoji for a given country region code.
Adapted from https://stackoverflow.com/a/30403199/1627511
Declaration
Swift
static func flagEmoji(forRegionCode isoRegionCode: String) -> String?
Parameters
isoRegionCode
The IOS region code.