FioriLocale
public class FioriLocale : NSObject
A singleton object to customize the Locale to be used.
-
The shared singleton
FioriLocale.Declaration
Swift
public static let shared: FioriLocale -
The customized
Localeto be used to display the default messages by SAPFiori components.The default value is
nil, which means using the device locale setting.Declaration
Swift
public var locale: Locale? { get set }