D
Doug Crawford
With .NET CF I can set the Localizable property for a form to true.
Then most sub-controls support localization. Except I have a custom
control with some public properties that I also want localized. Is
there any way to localize my custom properties using something like the
[Localizable(true)] attribute which is available on the full desktop
framework?
Then most sub-controls support localization. Except I have a custom
control with some public properties that I also want localized. Is
there any way to localize my custom properties using something like the
[Localizable(true)] attribute which is available on the full desktop
framework?