Manager of locale settings of an application.
Hashable
public static func == (lhs: LocaleManager, rhs: LocaleManager) -> Bool
Returns a Boolean value indicating whether two values are equal.
public func hash(into hasher: inout Hasher)
Hashes the essential components of this value by passing them to the given hasher.
hasher
Hasher
Hasher to use when combining the components of this instance.
public func overrideLocales( locales: [String] )
locales
String[]
func overrideLocales(_ locales: [Locale])
Locale[]