Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>localizationNew to Visual Studio Code? Get it now.
localization

localization

ljy

|
242 installs
| (0) | Free
zeroMaster's third extension project Localizing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Localizing

2021_09_06

Made by ZeroMaster's Third Assist Tools


extensions

  extension.setLocalization
  extension.checkLocalization
  extension.getLocalization

commands

  {
    "command": "extension.setLocalization",
    "title": "Set Localization"
  },
  {
    "command": "extension.checkLocalization",
    "title": "Check Localization"
  },
  {
    "command": "extension.getLocalization",
    "title": "Get Localization"
  } extension.checkStringIdToString

configuration

  localization: {
    localePath: {
      example: 'Users/document/awesomeProject/foo/bar/strings.ko.js',
      default: '..'
    },
    localize: {
      example: 'strings',
      default: 'strings',
    },
    stringCase: {
      example: 'toLowerCase',
      default: 'none',
      enum: [
        'toLowerCase',
        'toUpperCase',
        'none'
      ],
      *required: reload
    },
    reservedWords": {
      example: [
        {
          "source": "deft",
          "target": "default_title",
          "isAll": true
        }
      ],
      default: '',
    }
  }

release Note

v1.0.0

Initialize project

Developer Note

How can I rename extension project!!!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft