Skip to main content

System Variables

In this section we will describe how to customize the Wallet component text for the System Variables.

For example, if you want to configure these strings for your language, insert the strings in the intl_en.arb file.

The text components in the intl_en.arb file are:

  • "appInstitutionName" for branding name of the app.
  • "institutionName" for Name of the Issuer or Verifier who made the request. The name is managed by the foundation and is not customizable.
  • "schemaName" for Name of the issued credential (offer) or required credential (proof) except for the well-known schema. They are not customizable.
  • "issuerName" for Name of the Issuer who made the request. The name is managed by the foundation and is not customizable.
  • "verifierName" for Name of the Verifier who made the request. The name is managed by the foundation and is not customizable.
  • "credName" for Credential Name.
  • "rejectInfos" for info rejected by the Verifier.
  • "fileName" for name of file.
  • "min" for Min chars.
  • "max" for Max chars.
  • "ext" for Extension.
  • "fileDim" for dimension of file.
  • "alExt" for allowed extension.
  • "maxDim" for allowed max dimension of file.
  • "selected" for selected file.