I have an assembly which uses resx files to store all of the display strings. I now want to create a satellite assembly that contains the french versions of the strings.
Can this be done in VS? Do I just create a new assembly, name it correctly and include the localized versions of the resx file?