MU
Murugan
Syncfusion Team
November 21, 2006 08:25 PM UTC
Hi Stelios,
I am afraid, With the current architecture of docking manager the localization of DockLabel is not possible. These are the reasons for that
1.DockLabel is dynamically assigned through designer and code by dockingManager.SetDockLabel method.
2.DockLabel is not stored in Forms resx file. It is stored in DockLayoutStream along with other docking properties like location, position, autohide info etc.
3.DockLabel can't be set in designer generated code by ourself because docking related operations has to be done in NewDockStateEndLoad event. So we have to assign DockLabel in dockingManager's NewDockStateEndLoad event.
Please let me know if you have any other queries regarding this.
Thanks for choosing Syncfusion products.
Best Regards,
Murugan P.S