sora-xor / sora-card

Designing a Better World Through Decentralized Technologies
4 stars 1 forks source link

Update logic for KYC SDK language selection #117

Closed Tieumsan closed 10 months ago

Tieumsan commented 1 year ago

Problem Statement

The current implementation to choose the language to use in the KYC SDK is always english. The KYC SDK has several languages supported. If the active language of the app is in the list of languages supported in the KYC SDK, then the KYC should use the active language. Otherwise, the default language should be used (English).

Context

The KYC SDK is used within various applications. The KYC SDK supports multiple languages. The current behavior always uses English as the language.

Requirements

Sub-tasks

2bogd commented 1 year ago

@bgodlin Have we decided to hardcode the KYC SDK's list of supported languages in clients and maintain it?