5

我找不到如何在 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

谢谢

4

1 回答 1

0

我回答解决帖子

解决方案是.setLocale

于 2014-02-27T08:21:41.060 回答