zjffun blog

internationalization and localization

更新于 写于 前端

  • internationalization(i18n): The process of designing a software application so that it can be adapted to various languages and regions without engineering changes.
  • localization(L10n): The process of adapting internationalized software for a specific region or language by translating text and adding locale-specific components.

VS Code extensions

Using microsoft/vscode-nls.

Sample: vscode-extension-samples/i18n-sample