资 源 简 介
About
javascript-i18n-core is an easy way to perform i18n to your javascript project without any library.
Moved to GitHub https://github.com/essoduke/javascript-i18n-core
Installation
put script into ...
Configure
i18n.set({ lang: "en-us, zh-tw...", path: "",});
| option | description |
|:-----------|:----------------|
| lang | valid ISO 639-1, ISO 3166-1 language code. |
| path |language file path. default empty(same level as core js) |
Usage
date and time <