From f52645e69d1e0af9e21e458e10f71eb2ef2a4f3b Mon Sep 17 00:00:00 2001 From: coneybeare Date: Wed, 17 Sep 2014 12:39:33 -0700 Subject: [PATCH] Created Localization (markdown) --- Localization.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Localization.md diff --git a/Localization.md b/Localization.md new file mode 100644 index 0000000..a781a14 --- /dev/null +++ b/Localization.md @@ -0,0 +1,48 @@ +To ensure your review prompt is presented in the language that your user is using, you need to setup the `ArmchairLocalization` target dependency and `Armchair.bundle` resource to your app as outlined in [Basic Installation](https://github.com/UrbanApps/Armchair/wiki/Basic-Installation) + +You need to ensure that your App's `Info.plist` has the correct Localizations entries for the languages you want to support. Even if you add the Armchair localization bundle into your app, if you don't have any items in the Localizations Array, you will not see any Armchair localizations. + +If you want to add all currently supported languages into your app, copy the following code and paste into your Info.plist + + + + + + ar + arm + ca + cs + da + de + el + en + es + fi + fr + he + hu + id + it + ja + ko + ms + nb + nl + pl + pt-BR + pt + ro + ru + sk + sv + th + tr + vi + zh-Hans + zh-Hant + + + +After you have localization entries in your plist, you can change the language of your test device and show a prompt. It will now show in the language of the device. + +Armchair has been translated into 32 languages as of the date this page was published. If you have a translation to see added, please fork, add it, and submit a Pull Request. \ No newline at end of file