I have localized a Form say BanksForm into two languages by setting the Localizable property to true and setting the Language from Default to French.
Visual Studio generated the resource files and compiles them into the application. This is what I expected, but I am not able to see the resource file for my form and it does not generate the resource file for French language.
Would anyone please help on this?
The compiled french resources will be stored in a dll named
myapp.resources.dlllocated in the fr subdirectory of your app, e.g. asc:\mysolution\myapp\bin\release\fr\myapp.resources.dll