I'm trying to create a localized version of a Windows Form in Visual Studio 2008.
Following various walkthrought, I set the form property Localizable to TRUE, and set the form language to French.
I then edit the French version. Visual Studio shows a .fr.resx file as well as the .resx in the workspace.
However, if I switch back to the (Default) version, all the English strings in the default version have now been replaced by the French version.
Obviously I'm missing something very obvious: can anyone suggest what it is?