Terminal UI for .NET .resx Files Because Nothing Else Worked
dev.toยท6hยท
Discuss: DEV
Flag this post

There Was No Way to Manage .NET Localization from the Console, So I Built One

I work primarily in a Linux terminal. SSH into my dev box, tmux sessions, vim, the works. When I started building a .NET WASM application with a .NET API server, I knew Iโ€™d need localization support from the startโ€”English and Greek.

Thatโ€™s when I discovered a glaring gap in the .NET ecosystem: thereโ€™s no proper command-line tool for managing .resx localization files.

The Problem: Localization Tooling is GUI-Only

Hereโ€™s whatโ€™s available for managing .resx files in .NET:

  1. Visual Studio - Windows only, GUI only, requires gigabytes of disk space
  2. Rider - Another GUI-only IDE
  3. VS Code - No decent extension for .resx files
  4. ResXResourceManager - Excellent tool, but โ€ฆ

Similar Posts

Loading similar posts...