Get selected website language in javascript module


you need to add create a new function and add it to the start function of your module.

odoo.define('m​odule_name.module', function(require){
start: function() {
    const lang = t​his._getLanguages();​
},
_getLanguages: function () {
var self = this;
var context;
this.trigger_up('context_get', {
callback: function (ctx) {
context = ctx;
},​
});
    return context.lang
},
});

نماها
1 کل بازدیدها
1 Members Views
0 Public Views
عملیات
0 پسندها
0 نپسندیده‌ها
0 نظرها
اشتراک بر شبکه های مجازی
اشتراک لینک
Share by mail

لطفا ورود به اشتراک گذاشتن این webpage با ایمیل.