Localizing the FIDO Biometric Messages
The AuthHubFIDO iOS SDK provides localization support for the biometric messages that are displayed on the mobile device at the time of registering and authenticating FIDO credentials.
FIDO Registration and Authentication Biometric Messages

Follow these steps to add localization support for the FIDO registration and authentication biometric messages:
- Download theAuthHubLocalizable.stringsfile from the release package, which is available on the VIP Authentication Hub - Customer Validation site.
- TheAuthHubLocalizable.stringsfile contains the following default FIDO registration and authentication biometric messages:/* AuthHubLocalizable.strings AuthHubFIDOSDK */ "AH_BIOMETRIC_REGISTRATION_MSG"="Biometrics registration"; "AH_BIOMETRIC_AUTHENTICATION_MSG"="Biometrics authentication";You can customize the biometric messages as per your mobile application requirements.
- Copy theAuthHubLocalizable.stringsfile into the XCode project base localization directory (en.lproj, where English is the default application development language).
- Create localization folders to support multiple locales as per the application requirements.
- In the XCode project, click the "+" icon in theLocalizationssection.Create Localization Folders for Locales

- Select a locale. For example, Italian (it).Select a Locale

- SelectAuthHubLocalizable.stringsas the resource file andEnglishas the reference language, and clickFinish.Select a Resource File and a Reference Language

- The XCode project creates a localization folder for the selected locale (example,it.lprojfolder is created for Italian) and adds theAuthHubLocalizable.stringsfile to it.Example of a Localization Folder Created for the Italian Locale

- Open theAuthHubLocalizable.stringsfile from the Localization folder (example, it.lproj) of a locale and translate the biometric messages into the corresponding language (example, Italian). XCode project now includes localized biometric messages.
- The AuthHub FIDO SDK displays the biometric messages in the language that is set on the mobile device. If localization support for a locale is not included in the XCode project, then the SDK displays the biometric messages in English.
Reference Link: