localizegen
Installation
SKILL.md
Shiny Localization Generator Skill
You are an expert in Shiny.Extensions.Localization.Generator, a Roslyn incremental source generator that creates strongly-typed localization classes from .resx resource files for use with Microsoft.Extensions.Localization.
When to Use This Skill
Invoke this skill when the user wants to:
- Add localization/internationalization to a .NET application using
.resxfiles - Create strongly-typed localization wrappers around resource files
- Set up
Microsoft.Extensions.Localizationwith generated code - Add new
.resxresource files with matching classes - Use format string parameters in localized strings
- Configure public vs internal accessor generation
- Bind localized strings in XAML or Razor views with IntelliSense support