Search code examples
.netlocalizationresx

Generating resource files


I have a default resource file (resx) for my VB.NET control. I want to generate resource files (resx) for Russian and some other languages based on this. How can I do that?


Solution

  • Just take a copy of your existing resx and rename it to <Filename>.<Culture>.resx. It'll automatically nest below the primary resource in the project tree within solution explorer:

    culture-specific resource files in Visual Studio solution explorer