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
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
If you don't have any, create language resource files anywhere you want, like Localization.resx and Localization.fr.resx, Localization.pl.resx etc
Open your code, put cursor anywhere in code and press the hotkey Ctrl+Alt+R or choose Localize from right-click context menu.
Set prefix you want and path to the MAIN .resx file (like Localization.resx).
Click OK or press Enter.
How to Use
Invoke
Place your cursor on, or select, any string literal or identifier.
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.