Azure / Azure/communication-ui-library-android

[1.13.0] Localization parameter not working on CallCompositeBuilder

Open
#1,131 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
31
Forks
40
PR merge metrics
No merged PRs in 30d

Description

**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**
- Version 1.13.0

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at CallCompositeBuilder and CallCompositeLocalizationOptions, then trace how CallCompositeSupportedLocale.FI is passed through callComposite.launch. Reproduce the issue with version 1.13.0 and verify that the launched UI uses Finnish when the localization option is provided.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
localization, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.