Basically, my user control has a label in it and I expose the Text of the label through a property, however when I change the value in UI editor it changes the value for all languages, and does not place it into the resx class. Is there an Attribute or something I need to place on the property to state that it should read/save its value to the .resx file?
Share
Found my own answer need to add Localizable(true)