$.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": "Sinsa, Seoul", "addr": "27-1, Jamwon-dong, Seocho-gu, Seoul", "a": "Prosoycrab Sinsa Seoul has been serving the great food since 1980 at the same location.", "b": "Sinsa main branch opens for 7 days of the week from 10:00AM to 05:00AM, and have total of 320 seats with 5 floors.", "c": "- Open throughout the year | Valet parking service", "d": "- Reservation", "e": "- Food packing service", "f": "- Good for business meeting" } }, "ko-KR": { "A": { "title": "서울 신사 본점", "addr": "서울특별시 서초구 잠원동 27-1", "a": "서울 신사본점은 1980년부터 같은 자리에서 최고의 음식으로 서비스 하고 있습니다.", "b": "연중무휴 오전 10시 부터 새벽 5시까지 운영하고 있으며, 5층까지 총 320석 규모로 4, 5층은 룸 및 연회석 단체 예약이 가능합니다.", "c": "- 연중무휴 | 발렛주차 서비스", "d": "- 예약 서비스", "e": "- 포장 서비스", "f": "- 비즈니스 미팅, 연회석 완비" } }, "js": { "A": { "title": "ソウル 新沙本店", "addr": "ソウル特別市瑞草区蠶院洞27-1", "a": "ソウル新沙本店は1980年から同じ場所で最高の食べ物でサービスしています。", "b": "年中無休午前10時から午後05時まで運?しており、5階まで全32席規模です。4、5階はルーム及び宴会予約が可能です。", "c": "- 年中無休 | 係員付き駐車サービス可能", "d": "- 予約可能", "e": "- お持ち帰り可能", "f": "- ビジネスミーティング、宴会完備" } }, "ch": { "A": { "title": "首尔 新沙本店", "addr": "首尔特别市 瑞草区 蚕院洞 27-1", "a": "首尔新沙旗舰店自1980年开始, 一直在此为食客们提供最好的美食服务", "b": "全年无休,上午10点到下午05点.该店分为5层, 共320个座位, 其中4、5层可预约包间、举办宴席.", "c": "- 年中无休 | 停车可能", "d": "- 预约可能", "e": "- 包装可能", "f": "- 商务会议,宴会厅配备" } } } }, function () { $('.translation').i18n(); }); var changeLang = function (lang) { $(this).addClass('active').siblings('a').removeClass('active'); $.i18n.setLng(lang); $('.translation').i18n(); }