AirshipLocaleManagerProtocol
public protocol AirshipLocaleManagerProtocol : AnyObject, Sendable
Airship locale manager.
-
Resets the current locale.
Declaration
Swift
func clearLocale()
-
The current locale used by Airship. Defaults to
autoupdatingCurrent
or the user preferred lanaguage, depending onAirshipConfig.useUserPreferredLocale
.Declaration
Swift
var currentLocale: Locale { get set }