indice-co / Indice.Platform

Indice Platform addons and featues
MIT License
46 stars 7 forks source link

Add translation support to cases ui #253

Closed panoukos41 closed 1 year ago

panoukos41 commented 1 year ago

Fixes #252

Example to override default el.json file


app.UseCasesUI(options => {
// This is the absolute path to the folder that contains the el.json
options.I18nAssets = "/assets/cases/i18n";
});