Localization
Regula SDK supports localization. If any language is required by your application but is not supported by Regula SDK, or you want to change our localized strings, you can add localized strings to resource files and allow the Regula SDK to be presented to the users in their desired system locale.
The list of available strings can be found here.
Android
To do this, simply add the needed strings to Strings.xml
file.
iOS
To get started, include the string resource file named RegulaSDK.strings
to your project's Resources
folder. This file name is required and customization will only work if it is set as specified. Next, navigate to Project Settings → Info
and in the Localizations
section add desired language.
Don't forget to include RegulaSDK.strings as a Resource File.
Now you can redefine every string in Regula SDK with the appropriate translated values. This way, when the user has their device's System Language set to a language supported by your application, Regula SDK will utilize the appropriate string resources.
Last updated
Was this helpful?