diff --git a/src/core/Boot.js b/src/core/Boot.js index 257189b..fe80135 100644 --- a/src/core/Boot.js +++ b/src/core/Boot.js @@ -53,7 +53,7 @@ export class Boot { Rt.setCsrfToken(h.dxFind('meta[name="csrf-token"]')?.content); - import(dirPath + 'js/interface.js').then((mod) => { + import(dirPath + `js/${Boot.lang}/interface.js`).then((mod) => { if (!mod.intData) { return;