Localization Controls
Hi, Team
If I drag and drop a text control from the toolbox to report, this control is shown at report tree like TextBox1
Can I change this name from "TextBox1" to "Control Texto 1" for example?
How do I it?
I have modified any constructor (TextObject and TextObjectBase) and no works.
Thanks
If I drag and drop a text control from the toolbox to report, this control is shown at report tree like TextBox1
Can I change this name from "TextBox1" to "Control Texto 1" for example?
How do I it?
I have modified any constructor (TextObject and TextObjectBase) and no works.
Thanks
Comments
You could provide a resource files to fix this issue. A lot of clients want to have a full localizable designer. They see any instance of text control like
<text1 TextObject> but they want to see <cajaDeTexto1 ObjetoTexto> in the gridproperties and report tree, if currentThread is "es-ES".
Thanks