How to: Work With Localization

In this article

To create a new language file

To add language support

The ScanPayGo app supports custom localizations.Out of the Box a support for English and Icelandic is available.

To create a new language file

A new language localization requires a new resx resource file. To create the resource file:

  1. Go to the ScanPayGo project.
  2. Right-click the String folder, and add a new item.
  3. Find the Resource file, and name it according to the language you are adding, for example, AppResources.is.resx for Icelandic.

To add language support

The iOS app requires the language string to be added to the info.plistYou can find info.plist under ScanPayGo/Platforms/iOS