YRTI18nPrefs

@interface YRTI18nPrefs : NSObject

Localization preferences.

Summary

Class methods

+ (nonnull YRTI18nPrefs *)i18nPrefsWithSom:( YRTSystemOfMeasurement)som
                                timeFormat:( YRTTimeFormat)timeFormat;

Properties

@property (nonatomic, readonly) YRTSystemOfMeasurement som;
System of measurement (metric or imperial)

@property (nonatomic, readonly) YRTTimeFormat timeFormat;
Time format (12- or 24-hour)

Class methods

i18nPrefsWithSom:timeFormat:

+ (nonnull YRTI18nPrefs *)i18nPrefsWithSom:( YRTSystemOfMeasurement)som
                                timeFormat:( YRTTimeFormat)timeFormat;


Properties

som

@property (nonatomic, readonly) YRTSystemOfMeasurement som;

System of measurement (metric or imperial).


timeFormat

@property (nonatomic, readonly) YRTTimeFormat timeFormat;

Time format (12- or 24-hour).