But, of course that assumes you're not using manually written code to
change the Icon property... (or any other Form property).

If you're just starting to thing about localisation, one thing to keep in
mind is WinForms only supports changing locale before a form is
constructed/loaded.  If you want to change languages while the form is
open, Winforms doesn't support that.


On Fri, 30 Nov 2007 12:57:03 -0500, Peter Ritchie
<[EMAIL PROTECTED]> wrote:

>Simply set the form's Localizable[sic] property to True and whenever you
>change the Icon property it will only affect the selected Language.
>Changing Language will "copy" the values from the Default and you can
>override them for that particular language.

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to