-
Notifications
You must be signed in to change notification settings - Fork 4
I18n
Ryan Guo edited this page Dec 12, 2015
·
1 revision
LEI18n
provides i18n feature of LifeEngine
LEI18n
use a group of plist file with extension .locale.plist
for localization.
You can create localized version of plist file with Xcode directly
Example
addresses.downtown
LEI18n
will use addresses.locale.plist
, turn it into a NSDictionary
and query the key path downtown
.
Notice
If the key has no namespace, LEI18n
will prepend namespace default
.
For example, alice
will be regarded as default.alice
.