-There are two options to customize the language translations that we provide. To override a particular string, you can find the list of localization keys [here](https://github.com/Azure/communication-ui-library-ios/blob/main/AzureCommunicationUI/sdk/AzureCommunicationUICalling/AzureCommunicationUICalling/Localization/en.lproj/Localizable.strings) for the key-value pair. You can specify the `locale` to be one of the supported languages, and when a key isn't provided, will fall back to our supported translation string. If you specified an unsupported language, you should provide translations for all the keys for that language (using `Localizable.strings` file), and will fall back to English strings when a key isn't provided.
0 commit comments