NSString(Localizable)
@interface NSString (Localizable)
Obj-C category for string resources
-
DEPRECATED: Check for localized resources
Declaration
Objective-C
- (nonnull NSString *)lc_localized;
Swift
func lc_localized() -> String