$.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": "Paradise City, Incheon", "addr": "F201 Paradise City Plaza, 186, Yeongjonghaeannam-ro 321-gil, Jung-gu, Incheon, Korea", "a": "Prosoycrab Paradise City, Incheon opened in September 2018, operating with the great taste and service just as the Prosoycrab Sinsa Seoul.", "b": "Paradise City, Incheon opens for all year around from 11:00 to 22:00, and have total of 70 seats.", "c": "- Open throughout the yea", "d": "- Reservation", "e": "- Food packing service", "f": "- You can use Paradise City credit" } }, "ko-KR": { "A": { "title": "인천파라다이스시티점", "addr": "인천광역시 중구 영종해안남로 321번길 186, 파라다이스시티플라자 F201", "a": "인천 파라다이스시티점은 2018년 9월 인천 파라다이스시티 플라자 내 오픈 하여, 신사본점과 같은 맛과 서비스로 운영하고 있습니다.", "b": "연중무휴 오전 11시부터 오후 10시까지 운영하고 있으며, 총 70석 규모로 운영중 입니다.", "c": "- 연중무휴", "d": "- 예약 서비스", "e": "- 포장 서비스", "f": "- 파라다이스시티 크레딧 사용가능" } }, "js": { "A": { "title": "インチョン パラダイスシティ店", "addr": "韓国仁川広域市中区永宗海岸南路321道186, パラダイスシテプラザ F201", "a": "インチョン パラダイスシティ店は2018年9月にオープンし、シンサ本店と同じ味とサービスで運営しています。", "b": "年中無休午前11時から午後10時まで運営しており、70席規模で運営中です。", "c": "- 年中無休", "d": "- 予約可能", "e": "- お持ち帰り可能", "f": "- パラダイスシティのクレジットを使用することができます" } }, "ch": { "A": { "title": "仁川 百乐达斯城店", "addr": "韩国仁川广域市中区永宗海岸南路321街186, 百乐达斯城广场, F201", "a": "仁川 百乐达斯城店于2018年9月开业,提供与新沙洞相同的美食和服务。", "b": "这家商店全年开放。 营业时间为上午11:00至晚上10:00,共有70个座位。", "c": "- 年中无休", "d": "- 预约可能", "e": "- 包装可能", "f": "- 您可以使用 百乐达斯城积分" } } } }, function () { $('.translation').i18n(); }); var changeLang = function (lang) { $(this).addClass('active').siblings('a').removeClass('active'); $.i18n.setLng(lang); $('.translation').i18n(); }