Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio resource editor: there can only be one string table?

I created a string table in my .rc file containing my English strings - now I need to add another string table for a different language.

If I try to do:
Add Resource... -> String Table -> New

I get the error: "there cannot be more than one instance of this type".

I know I can open up the .rc file in notepad and add language in there but how am I suppose to do this from inside Visual Studio?

like image 806
Warpin Avatar asked Feb 01 '10 22:02

Warpin


1 Answers

Yes, it is very well hidden. Double-click the .rc file in Solution Explorer to open the Resource View window. Expand the String Table node, right-click "String Table" and select "Insert Copy". That takes you to the language selection combo.

like image 143
Hans Passant Avatar answered Sep 28 '22 08:09

Hans Passant