![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Martin, The behavior you are seeing is the result of setting the form property "Localizable" to True. Setting Localizable to True will generate the localized value in the default .resx file. It's possible to turn that off by setting Localizable to False, however, that turns off all localization functionality. You would then not be able to localize your other .resx files using the designer and would have to do all the work manually without any help from the designer. Hope this answers your question, Marin Millar [MSFT] |
#4
| |||
| |||
|
|
I'd like to see VS.NET generate two identical RESX files for French and English version of my application/form/usercontrol. .... I understand that I can do all this process manually but I still prefer to use VS.NET to do that... I suppose that I don't catch something about Localization in .NET... Just copy the English resx on top of the French one. |
|
Also, I have to keep the property Localization at True in order to use regional settings... Correct. |
#5
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |