Skip to content

Languages

ikas edited this page Nov 14, 2024 · 20 revisions

Add custom languages

export the default language, translate , import , select , restart

current version only UI text is supported

Export from app

  1. App Settings > App Language > Select First (en-US)
  2. App Settings > App Language > Export

en-US.json

{
  "commonOk": "Ok",
  "commonCancel": "Cancel",
  "commonWarnning": "Warnning",
  "commonError": "Error",
  "menuListAdd": "Add",
  "menuListAddTis": "Add Menu",
  "menuListRefresh": "Refresh",
  "menuListRefreshTips": "Refresh Menus"
  ...
}

Translate language

use ai

https://chat.openai.com/

{
  "commonOk": "Ok",
  "commonCancel": "Cancel",
  "commonWarnning": "Warnning",
  "commonError": "Error",
  "menuListAdd": "Add",
  "menuListAddTis": "Add Menu",
  "menuListRefresh": "Refresh",
  "menuListRefreshTips": "Refresh Menus"
  ...
}
Translate the value of json into xxx (your lang)
{
  "menuListAdd": "xxx",
  "menuListAddTis": "xxxxxx",
  "menuListRefresh": "xxx",
  "menuListRefreshTips": "xxx",
  "menuListOpenFolder": "xxx",
  "menuListOpenFolderTips": "xxx",
  ...
}

Save as xx-xx.json

Language Json File Name

en-US.json
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/available-language-packs-for-windows?view=windows-11

Add Language And Update Settings

  1. App Settings > App Language> Import Language or App Settings > Data > Open Data Folder >Copy language file to languages folder
  2. App Settings > App Language > Reload Button
  3. App Settings > App Language > Select
  4. Restart App

All Languages

App Settings > Data > Open Data Folder , open languages folder

Languages List

Share or Downlaod language json

https://github.com/ikas-mc/ContextMenuForWindows11/discussions/categories/languages

Clone this wiki locally