- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 94字
- 2021-08-27 19:57:34
Internationalization
Internationalization (i18n) is a very important feature these days and JHipster supports this out-of-the-box. Multiple languages can be chosen during application creation. On the client side, this is achieved by storing GUI text in JSON files per language and using an Angular/React library to dynamically load this based on the language selected at runtime.
Do you know why internationalization is abbreviated as i18n? Because there are 18 characters between I and N. There are other similarly named abbreviations in web technology, for example, Accessibility( a11y), Localization ( l10n ), Globalization ( g11n ), and Localizability ( l12y ).
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 精通軟件性能測試與LoadRunner實戰(第2版)
- 編寫高質量代碼:改善C程序代碼的125個建議
- 基于Swift語言的iOS App 商業實戰教程
- Mastering Apache Maven 3
- C和C++游戲趣味編程
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Learning iOS Security
- Tableau Dashboard Cookbook
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- C語言程序設計實驗指導教程
- Visual C++程序開發范例寶典
- 邊做邊學深度強化學習:PyTorch程序設計實踐