I am trying to use localization in a winform application and I have several questions. I was going to ask the most complex one but now I have got into a basic problem.
I have build a basic winform with a form, a label and a menustrip.
I have set the form localization to true and set the text of the label in three different languages. As a result I got Form1.es.resx , Form,1.ja.resx and the deafult Form1.resx.
I have checked and the default one is in english. However when I run the application, the label appears in japanese (my OS in windows japanese). Is Form1.resx
not the default?
This also happens when I set the Form1 Language property to English.