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