LocaleManager
Менеджер региональных настроек приложения.
Extends:
Hashable
public static func == (lhs: LocaleManager, rhs: LocaleManager) -> Bool
Returns a Boolean value indicating whether two values are equal.
Methods
Properties
Менеджер региональных настроек приложения.
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 feeding them into the given hasher.
hasher
Hasher
The hasher to use when combining the components of this instance.
public func setOverridedLocales(
locales: [String]
)
Установка списка локалей приложения
locales
localesChannel
StatefulChannel<[String]>
Локали приложения, если заданы, иначе - локали, заданные пользователем в ОС.
locales
Локали приложения, если заданы, иначе - локали, заданные пользователем в ОС.
systemLocalesChannel
StatefulChannel<[String]>
Получение локалей, предоставляемых ОС.
systemLocales
Получение локалей, предоставляемых ОС.