i18n

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 7 13:33
Editor
Edited
Edited
2025 Jul 6 18:51

Internationalization

18 letters between i and n
From a business perspective, internationalization, which expands the target audience exponentially, is much more important than accessibility, which helps minorities
  • Translation by language and region
  • OS/Platform encoding
  • String substitution methods
  • Internationalized UI (text size changes, fonts, icons, etc.)
  • Differences in writing direction (LTR, RTL)
  • Notation for numbers, spaces, currency, dates, addresses, units of measurement, etc.
  • Time representation including timezones, daylight saving time, etc.
  • String sorting methods
i18n Notion
 
 
i18n Usage
 
 
 
 
소프트웨어의 국제화 Software i18n
국제화의 가장 큰 의미이자 시작과 끝인 항목입니다. 소프트웨어상에서 전달하는 문자열들을 언어와 지역별로 번역해야 합니다. 아시다시피 같은 언어도 지역별로 조금씩 달라질 수 있습니다. 예로 미국과 중국이 있습니다. ISO 8859-1, Windows 1252 그리고 MacRoman 등은 영어와 서유럽권 언어를 위한 정의입니다. 이들은 1바이트 만으로...
소프트웨어의 국제화 Software i18n
 
 

Recommendations