Global change to a standard toolstrip [modified]
-
Hi all, I was wondering the other day how I could edit a standard toolstrip and have the change reflected globally (on any project). Looks like I succeeded... but I don't know how I did it ! OK, OK, lets say I am weird. It is the DataNavigator I changed something in. The record count right part is of {0}. I am using VB Express 2005 English, but I live in Québec where we speek French. Some time ago, i changed of to be de. Today I realized that whatever program is running, it always shows de instead of of. Nice to me. But the thing is I don't know how I did it :confused: I must add that when one looks at the form in the Formx.[Design] window, it shows of {0}, and it shows the same in properties (Text). If I change the text property to say sur {0}, the program displays sur total, and if I then change it bakc to of {0}, the it reverts to displaying de total. :doh: Can someone help ? Thanks -- modified at 15:38 Monday 24th July, 2006
-
Hi all, I was wondering the other day how I could edit a standard toolstrip and have the change reflected globally (on any project). Looks like I succeeded... but I don't know how I did it ! OK, OK, lets say I am weird. It is the DataNavigator I changed something in. The record count right part is of {0}. I am using VB Express 2005 English, but I live in Québec where we speek French. Some time ago, i changed of to be de. Today I realized that whatever program is running, it always shows de instead of of. Nice to me. But the thing is I don't know how I did it :confused: I must add that when one looks at the form in the Formx.[Design] window, it shows of {0}, and it shows the same in properties (Text). If I change the text property to say sur {0}, the program displays sur total, and if I then change it bakc to of {0}, the it reverts to displaying de total. :doh: Can someone help ? Thanks -- modified at 15:38 Monday 24th July, 2006
I stand under correction but it may be from the .resx resource file attached to your app. I assume that you have your regional settings set up for french-canadian and that your app has somehow picked up on that (you haven't done any localization/globalization to the app?). Again, I say that I stand under correction and may be completely wrong.
-
I stand under correction but it may be from the .resx resource file attached to your app. I assume that you have your regional settings set up for french-canadian and that your app has somehow picked up on that (you haven't done any localization/globalization to the app?). Again, I say that I stand under correction and may be completely wrong.
True, my regional settings are set up for french-canadian. What bugs me is that every application is showing de instead of of, even those I downloaded from Mircosoft WEB Site yesterday. I have not done anything in term of localization. My goal is to localize everything about the DataNavigator toolstrip (for example tooltips). If I can do it once for every application, then it's fine. For sure I have modified something somewhere, and it is spreading out. Just can't find where. -- modified at 13:34 Tuesday 25th July, 2006