Dotnet Cpp Localizer
Translates .NET and C++ code locally, streamlining development by handling language-specific localization tasks efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dotnet-cpp-localizer npx -- -y @trustedskills/dotnet-cpp-localizer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dotnet-cpp-localizer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dotnet-cpp-localizer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides functionality to localize .NET and C++ applications. It can generate resource files, extract translatable strings from code, and assist in managing localized versions of software. The tool supports various localization formats and workflows for efficient internationalization efforts.
When to use it
- Internationalizing a new application: Use this skill when starting development on an application intended for multiple locales.
- Adding localization to existing .NET or C++ codebases: Integrate the skill into projects that need to support different languages and regions.
- Generating resource files from source code: Automate the creation of
.resxor similar resource files based on translatable strings found in your application's code. - Managing localization workflows: Streamline the process of translating, updating, and deploying localized versions of your software.
Key capabilities
- Resource file generation
- String extraction from source code
- Support for .NET and C++ projects
- Localization format handling
Example prompts
- "Generate a resource file for my .NET application."
- "Extract all translatable strings from my C++ project's source files."
- “Create a
.resxfile based on the strings inMainWindow.xaml.”
Tips & gotchas
This skill requires familiarity with .NET and/or C++ development environments to properly configure and utilize its features. Ensure your project is set up correctly for localization before using this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.