or
Public
Sub
SaveGridLayout(
ByRef
grd
As
RadGridView,
Optional
ByRef
gvt
As
GridViewTemplate =
Nothing
)
If
gvt
Is
Nothing
Then
gvt = grd.MasterTemplate
End
If
Dim
Layout
As
String
= grd.Name &
"_"
& gvt.Name
How can a localization of the radDock be done ?
I am a german software developer and I want to display german text in the context menu of the tool window, the context menu of the document window and the quick navigator.
Regards,
Ramius