$.i18n.init({ //lng: 'en-US', lng: 'ko-KR', debug: true, useLocalStorage: false, localStorageExpirationTime: 86400000, // in ms, default 1 week //resGetPath: 'js/locales/translation.json' resStore: { "en-US": { "A": { "title": "Samseong, Seoul", "addr": "152-56, Samseong-dong, Gangnam-gu, Seoul", "a": "Prosoycrab Samseong Seoul opened in 2011, operating with the great taste and service just as the Prosoycrab Sinsa Seoul.", "b": "Prosoycrab Samseong opens for all year around from 11:00 to 23:00, and have total of 84 seats with 2 floors.", "c": "- Right across the Seven Luck Casino", "d": "- Valet parking service ", "e": "- Reservation", "f": "- Food packing service" } }, "ko-KR": { "A": { "title": "서울 삼성점", "addr": "서울특별시 강남구 삼성동 152-56", "a": "서울 삼성점은 2011년에 오픈하여, 신사본점과 같은 맛과 서비스로 운영하고 있습니다.", "b": "연중무휴 오전 11시 부터 오후 11시까지 운영하고 있으며, 2충 총 84석 규모로 운영중 입니다.", "c": "- 발렛주차 서비스", "d": "- 예약 서비스", "e": "- 포장 서비스", "f": "- 세븐럭 카지노 건너편 위치" } }, "js": { "A": { "title": "ソウル 三城店", "addr": "ソウル特別市江南?三城洞152-56", "a": "ソウル三城店は2011年オ?プンし、シンサ本店と同じ味とサ?ビスで運?しています。", "b": "年中無休午前11時から午後11時まで運?しており、2階全84席規模で運?中です。", "c": "- Seven Luck Casino 道を渡って", "d": "- 係員付き駐車サ?ビス可能", "e": "- 予約可能", "f": "- お持ち?り可能" } }, "ch": { "A": { "title": "首? 三成店", "addr": "首?特?市 江南? 三成洞 152-56", "a": "首?三星店于2011年??, 提供?新沙洞相同的美食和服?。?家商店全年?放。", "b": "?????上午11点到下午12点, 共2?84?座位.", "c": "- 在街?面 Seven Luck Casino", "d": "- 停?可能", "e": "- ??可能", "f": "- 包?可能" } } } }, function () { $('.translation').i18n(); }); var changeLang = function (lang) { $(this).addClass('active').siblings('a').removeClass('active'); $.i18n.setLng(lang); $('.translation').i18n(); }