xmartlabs/XLForm

English into Chinese

OCAndSwift opened this issue · 2 comments

How to Cancel the localization for the corresponding language?I want to show Chinese cancel instead

All the "Cancel" in XLForm are localized like NSLocalizedString(@"Cancel", nil). So you can localize it to the language that you want.

  1. configure the project-localizations, add chinese.
  2. add Localizable.strings and input the right value.