-There are two options to customize the language translations that we provide. You can find the list of localization keys [here](https://github.com/Azure/communication-ui-library-android/blob/main/azure-communication-ui/azure-communication-ui/src/calling/res/values/azure_communication_ui_calling_strings.xml) to override a particular string for the key-value pair. You can specify the locale as one of the supported languages, and when a key isn't provided, it 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 the `string.xml` file) and will fall back to English strings when a key isn't provided.
0 commit comments