# Localize Strings

> Moves hardcoded user-facing strings out of Razor/C# files into AppStrings.resx and rewrites the call sites to use IStringLocalizer with nameof(AppStrings.Key). Use when the user explicitly asks to localize a page or component, extract hardcoded text, apply translations, fix missing resource strings, or says "run resx" / "move these strings to resx".

- Skill: `bitfoundation/localize-strings` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bitfoundation/localize-strings`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bitfoundation/localize-strings/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: bitfoundation (https://skillmd.com/u/bitfoundation)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bitfoundation/localize-strings

---


Read `.github/agents/localize-strings.agent.md` (relative to the repository root) and follow it exactly.

