i18N 다국어 API 개발
Internationalization의 축약형 국제화, Internationalization은 알파벳이 20개인데, 가장 마지막 글자인 n 사이에 알파벳이 18개가 있다고 하여 i18n 이라 한다. Front End 에서 주는 JsonData 의 값은 { "content": [ { "Key": "common.button.confirm", "ko-KR": "확인", "en-US": "Confirm" }, { "Key": "common.button.delete", "ko-KR": "삭제", "en-US": "Delete" }, { "Key": "common.button.register", "ko-KR": "등록", "en-US": "Register" }, { "Key": "common.button.list"..
2023. 8. 14.