更改区域设置i18n Node.js

时间:2012-11-22 22:43:49

标签: node.js express translation

我找不到如何更改i18n中的语言环境

https://github.com/mashpie/i18n-node

我这样配置

i18n.configure({
    // setup some locales - other locales default to en silently
    locales:['en', 'de'],

    // where to register __() and __n() to, might be "global" if you know what you are doing
    register: global
});

但我总是把en作为语言环境,我找不到如何设置de

由于

1 个答案:

答案 0 :(得分:-1)

我回答解决帖子

解决方案是.setLocale