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".

bitfoundation 4ab9f1c 502 B Updated

File contents

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

bitfoundation/bitplatform/tree/main/src/Templates/Boilerplate/Bit.Boilerplate/.agents/skills/localize-strings commit 4ab9f1c011

Frequently asked questions

npx skillmds@latest add bitfoundation/localize-strings