Link to home
Start Free TrialLog in
Avatar of SpinBob
SpinBob

asked on

Localizing a Custom Control....need answer ASAP!

Hey folks here's my dilemma. I've created a custom control and I've exposed all of the constituent controls, textbox, labels etc.. When I change the Language to Spanish and translate all of the text on the Form everything works great except for my custom control, it reverts back to the default language, English, when I rebuild the solution. Any idea why this is happening?  
Avatar of Agarici
Agarici
Flag of Romania image

may be you haven't implemented the spanish localisation for you custom control...
Avatar of rajaloysious
rajaloysious

Set the Localizable property of the user control to true

cheers
Avatar of SpinBob

ASKER

Controls aren't Loacalizable, only the form is. The Language property of the Custom UserControl, (in design mode) is set to True and the Spanish language resource file (.es.resx) has been created.
I meant the custom control...
ASKER CERTIFIED SOLUTION
Avatar of RomanPetrenko
RomanPetrenko

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>Controls aren't Loacalizable, only the form is.
Making myself clear...I meant to Set the Localizable property of the custom control (the container in which you paste the constiuent controls) to true

cheers