Hi, may be you don't need this answer anymore, I still hope the other people can see this answer, which is not perfect though:(
>>Your problem:
The control is not localized at design time.
>>Solution:
1. well, you can change the language for your control to the expected language(e.g.: Japanese).
2. [The important step] Set the "Localizable" property of your control to "False".
3. Now rebuild the project, you can see the changes:)
Don't forget to set the "Localizable" back to True, otherwise your control will always be Japanese in Runtime.
Issues:
1. if you compile the control into a dll, and send it to others, this solution won't work.
2. how to dynamically change the locale without such a change, I'm not sure...
>Roky - Proposed As Answer byrokyWang Monday, June 22, 2009 8:03 AM
-
|