Describe the bug
Localization parameter not working, UI library not changing language.
To Reproduce
Following code opens the UI correctly but the language is not changing.
val callComposite = CallCompositeBuilder()
.localization(CallCompositeLocalizationOptions(CallCompositeSupportedLocale.FI))
.credential(communicationTokenCredential)
.build()
callComposite.launch(this, locator)
AzureCommunicationUILibrary