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?
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: