-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Multilingual credential holder perspective
Statement
As a holder, I want to be able to view the credential in the language of my choice, so that I can understand the claims it contains.
Scenarios
Scenario 1 - Displaying a credential in French
Given that a holder has a multilingual credential (French and English)
And the holder has set the language of his digital wallet to French
When the holder consults the credential
Then the labels are displayed in French
And the labels are human-readable
And the values are not translated
And the data formats (date, decimal numbers, etc.) are displayed correctly.
Scenario 2 - Displaying a credential in English
Given that a holder has a multilingual credential (French and English)
And the holder has set the language of his digital wallet to English
When the holder consults the credential
Then the labels are displayed in English
And the labels are human-readable
And the values are not translated
And data formats (date, decimal numbers, etc.) are displayed correctly.
Scenario 3 - Displaying a credential in default language
Given that a holder has a multilingual credential (French and English) and that the default language of the credential is English
And the holder has configured the display language of his digital wallet to a language not supported by the credential schema (e.g., Spanish)
When the holder consults the credential
Then the labels are displayed in English
And the labels are human-readable
And the values are not translated
And data formats (date, decimal numbers, etc.) are displayed correctly.