Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>UCS (Relic Entertainment's Localization file format)New to Visual Studio Code? Get it now.
UCS (Relic Entertainment's Localization file format)

UCS (Relic Entertainment's Localization file format)

Janne252

|
589 installs
| (0) | Free
Language support for Relic Entertainment's .ucs localization files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

UCS (Relic Entertainment's Localization file format)

Language Support for Relic Entertainment's .ucs localization files.

Syntax highlighting

  • LocString ID
  • LocString message formatting parameters, e.g. %1% or %1NAME%
  • Automatically generated LocString references, e.g. $1234 No Key

Formatting

  • Automatically convert inserted spaces (when editor.insertSpaces is enabled) into a tab if inserted after an integer, e.g. ^1234 (where ^ denotes the beginning of the line)

Linting / diagnostics

  • Errors:

    • Invalid LocString (no tab separator)
    • Missing LocString ID number
    • Invalid LocString ID (not an integer)
    • Duplicate LocString ID
  • Warnings:

    • Empty line (before end of file)
    • Empty LocString message
    • Duplicate LocString message
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft