Inherits from NSObject
Conforms to ESStringLocalizer
Declared in ESStringLocalizer_Apple.h
ESStringLocalizer_Apple.m

Overview

This class implements the ESStringLocalizer protocol by invoking the NSLocalizedString() macro.

Instance Methods

localizedStringForKey:

A method to return the localized string for a given key.

- (NSString *)localizedStringForKey:(NSString *)key_

Parameters

key_

A localization key from the Localizable.strings file.

Return Value

NSLocalizedString( key_, nil )

Declared In

ESStringLocalizer_Apple.h