Unable to see the resource files after localization is true
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 t开发者_Go百科he 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.dll
located in the fr subdirectory of your app, e.g. as
c:\mysolution\myapp\bin\release\fr\myapp.resources.dll
精彩评论