Angularjs-angular-ui-bootstrap-changing-language
Http://stackoverflow.com/questions/19671887/angularjs-angular-ui-bootstrap-changing-language-used-by-the-datepicker
https://code.angularjs.org/1.0.8/i18n/
You can't leave the Chinese fq.
Angular.module ("Nglocale", [], ["$provide",function($provide) {varPlural_category = {zero: "zero", One: "One", "one", "one", "FEW", "FEW", Many: "Many", Other: "Other"}; $provide. Value ("$locale", { "Datetime_formats": { "Ampms": [ "\u4e0a\u5348", "\u4e0b\u5348" ], "Day": [ "\u661f\u671f\u65e5", "\u661f\u671f\u4e00", "\U661F\U671F\U4E8C", "\u661f\u671f\u4e09", "\u661f\u671f\u56db", "\u661f\u671f\u4e94", "\U661F\U671F\U516D" ], "MONTH": [ "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708" ], "Shortday": [ "\u5468\u65e5", "\u5468\u4e00", "\U5468\U4E8C", "\u5468\u4e09", "\u5468\u56db", "\u5468\u4e94", "\U5468\U516D" ], "ShortMonth": [ "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708" ], "Fulldate": "Y\u5e74m\u6708d\u65e5eeee", "Longdate": "Y\u5e74m\u6708d\u65e5", "Medium": "Yyyy-m-d ah:mm:ss", "Mediumdate": "Yyyy-m-d", "Mediumtime": "Ah:mm:ss", "Short": "Yy-m-d ah:mm", "ShortDate": "Yy-m-d", "Shorttime": "ah:mm" }, "Number_formats": { "Currency_sym": "\u00a5", "Decimal_sep": ".", "Group_sep": ",", "PATTERNS": [ { "Gsize": 3, "Lgsize": 3, "Macfrac": 0, "Maxfrac": 3, "Minfrac": 0, "Minint": 1, "Negpre": "-", "Negsuf": "", "Pospre": "", "Possuf": "" }, { "Gsize": 3, "Lgsize": 3, "Macfrac": 0, "Maxfrac": 2, "Minfrac": 2, "Minint": 1, "Negpre": "(\u00a4"), "Negsuf": ")", "Pospre": "\u00a4", "Possuf": "" } ] }, "id": "ZH-CN", "Pluralcat":function(n) {returnplural_category. (other;});}]);
Angular-ui-bootstrap Calendar Control Internationalization