I have a customer textbox that inherits from the standard textbox. This textbox has a string property for 'cue', which displays a short message in the textbox in light gray when there's no text. This custom control is in a separate assembly.
Now I want to localize my forms, and these forms include my custom textbox. The problem is that the 'cue' property is not being saved in the form's resx file for the specific language.
How can I set up Visual Studio to save the text in my 'cue' property in the resx files?