Additional configuration
Last updated
Last updated
You have the possibility to enable additional check of seed words which are displayed during wallet creation process. It can help users to make sure they saved the seed words which are crucial for wallet restoral process.
If set to true, users must re-enter two random seed words to prove they wrote down the seed words. If set to false, this proof is not necessary.
The WLA interface is available in 4 languages:
English
German
Spanish
French
Admin can define the default language, it will be used in case the device of the user is in the language which is not in the list of supported languages by WLA.
Please, note that custom data is translated separately, CoreLedger is not responsible for localizing asset data and data policy Data policy
Starting from v0.23 this section is not relevant, though config structure is still kept as it is for compatibility with previous versions. Now data policy is configured for your tenant in TEOS Platform in general, you provide necessary Terms and Conditions and Data policy files once when you setup the tenant. These texts are shown during the registration flow for end users and WLA doesn't request the acceptance of the Terms separately anymore.
Data policy files for corresponding language must be provided during the tenant setup to your CoreLedger manager, additional customization is not necessary anymore.
In the blob storage in the root folder trading-app-configs you can find the ui_config.v2.json, "localization" section where the paths to the files with the terms must be defined.
We understand that you can have users with different locales. You can provide [en], [de] and [es] translations for the data policy. Depending on the language settings of the mobile phone, the WLA will either take the information from [en], [de] or [es]. With "**- **" you define the fallback file. For example, in the example below English files are defined as fallback option which means that if user with French locale comes, he will see English version of data.
Intro is a set of slides shown to user when he first enters the app.
If you don't need the intro for your app, just remove "intro" object from your config file (there shouldn't be the word "intro" in your config file at all)
Each slide can have image, title and description. Title and description can be provided in different languages according to the following rules:
en.title.1 - use language code before first dot to define title in the specific language and use number after second dot to set title for the specific picture (<language_code>.title.<intro_slide_number>)
de.desc.2 - use language code before first dot to define description in the specific language and use number after second dot to set description for the specific picture (<language_code>.desc.<intro_slide_number>)