Skip to content
| Marketplace
Sign in
Visual Studio>Tools>EasyLocalizer
EasyLocalizer

EasyLocalizer

Vizzey

|
8 installs
| (1) | Free
EasyLocalizer is a Visual Studio extension that makes translating your application a breeze. With a simple right-click (or alt+ctrl+R), you can pull any piece of text into your resource files and inst
Download

A lightweight Visual Studio add‑in that automates resource key creation, .resx updates, and code replacement—perfect for both Razor markup and C# code.

Prepare

  1. If you don't have any, create language resource files anywhere you want, like Localization.resx and Localization.fr.resx, Localization.pl.resx etc
  2. Open your code, put cursor anywhere in code and press the hotkey Ctrl+Alt+R or choose Localize from right-click context menu.
  3. Set prefix you want and path to the MAIN .resx file (like Localization.resx).
  4. Click OK or press Enter.

How to Use

video.gif

Invoke

  1. Place your cursor on, or select, any string literal or identifier.
  2. Press the hotkey Ctrl+Alt+R or choose Localize from right-click context menu.

Dialog Overview

  • Name: Resource key (editable).
  • Value: Base‑language text for your default culture.
  • Locale Fields: Auto‑detected *.{culture}.resx translation entries.

Options (expand with the chevron)

  • Key Prefix: Set your key prefix (default Loc).
  • Resource Path: Relative path to the primary .resx file.
  • Key Format: Choose between:
  • @Prefix[…] for Razor/Blazor markup
  • Prefix[…] for C# code

Apply

  • Click OK or press Enter to save settings, update all relevant .resx files, and replace the selected code with your formatted key.

Future features

Auto AI translation with ChatGPT API key

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