文件名称:node-lang-info:用于检索当前用户语言的 Node.js 模块
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-27 18:44:02
JavaScript
节点语言信息 用于检索当前用户语言的 Node.js 模块 安装 要将node-lang-info作为模块安装到您的项目中,请键入以下命令。 npm install node-lang-info --save 用法 这是如何在模块中使用node-lang-info的示例 var lang_info = require ( 'node-lang-info' ) ; lang_info ( function ( err , lang ) { if ( err ) { console . error ( JSON . stringify ( err , null , 2 ) ) ; } else { console . log ( 'Current Locale: ' + lang ) ; } } ) ; 要求 OS X、Linux、Windows
【文件预览】:
node-lang-info-master
----index.js(1KB)
----package.json(652B)
----test()
--------index_test.js(806B)
----LICENSE(1KB)
----.gitignore(546B)
----README.md(623B)
----.jshintrc(322B)