Skip to main content

Localization

The SDK will automatically translate reputation categories for Phone Profiles as they are inserted into the device's CallKit directories using the device's language and region settings. Changes to language or region settings do not affect existing entries in CallKit directories. If a host application detects a language or region change, it may request updated translations by removing all entries and re-inserting them. This can be done by setting Hiya.callDirectoryLoadingEnabled to false which will remove all entries. When Hiya.callDirectoryLoadingEnabled is set back to true, reputation entries will be re-downloaded using the device's current language and region settings.

Providing Translations

Host applications no longer need to include SDK Localization Keys in their Localizable.strings files.