localization
hello
I am reading chapter 20 localization,in the part:localization example using visual studio I have a problem that is:
I have completely done the the localization for texts,but I don't understand what I should do about the picture.
the book says :"The localized versions of the flags can be added by copying the file Resource.resx to Resource.de.resx and Resource.fr.resx and replacing the flags with GermanFlag.bmp and FranceFlag.bmp"
how should I copy the resources.resX to the Resource.de.resx?
thanks in advance
|