Skip to content

Localization

Braden edited this page Jul 4, 2023 · 7 revisions

About localization

The SDK ships with support for the following languages:

  • English - en
  • Dutch - nl
  • French - fr
  • German - de
  • Italian - it
  • Portuguese - pt
  • Portuguese (Brazil) - pt-BR
  • Spanish - es
  • Spanish (Colombia) - es-CO
  • Welsh - cy-GB

Custom localizations

If you wish to offer the SDK in a language other than English or customize any of the strings, you can create your own Localizable.strings entries in your app and override the iProov strings.

For reference, you can find the English language strings file here: Localizable.strings.

Note: Each iProov string is prefixed with "IProov_" to avoid collisions with any existing strings in your app.

Redistributing iProov with localizations

If you are redistributing iProov as a dependency within your own framework, and wish to include Localizable.strings from your framework, you must specify your framework bundle as the source of the strings. You can do this using options.stringsBundle.