Sets the value of the localization resource manager used to modify the text throughout the viewer's user interface.
[Visual Basic]
Public WriteOnly Property Localize( _
ByVal value As ResourceManager _
)
[C#]
public void Localize(
ResourceManager value
); {set;}
[C#]
private void Form1_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load |
Viewer Class | Viewer Members | Localizing the Viewer Control
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.