Posted 19 April 2018, 1:33 pm EST - Updated 4 October 2022, 2:11 am EST
There is a subdialog which is not localizable.
Forums Home / ComponentOne / WinForms Edition
Posted by: andreas.kren on 19 April 2018, 1:33 pm EST
Posted 19 April 2018, 1:33 pm EST - Updated 4 October 2022, 2:11 am EST
There is a subdialog which is not localizable.
Posted 20 April 2018, 7:11 am EST
Hi Andreas!
I am discussing this with the team, and will come back to you as soon as we get any appropriate way to achieve this.
Posted 26 September 2018, 3:31 am EST
Hi
In the latest builds, new strings have been added to UIStrings so that you can localize this dialog box as well. Kindly use SetValueAt method to localize the sub-dialog box:
c1NavBar1.UIStrings.SetValueAt(5, "NewTextHere");
IN order to check the same, you can either update via C1Live utility or download the latest builds from here:
http://prerelease.componentone.com/dotnet40/c1winforms/2018-t2/C1WinForms.4_4.0.20182.320.zip
Regards,
Meenakshi