'Declaration
Public Event GetLocalizedString As GetLocalizedStringEventHandler
public event GetLocalizedStringEventHandler GetLocalizedString
Event Data
The event handler receives an argument of type GetLocalizedStringEventArgs containing data related to this event. The following GetLocalizedStringEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Component | Component being localized. |
ComponentName | Gets the name of the component being localized. |
Parent | Parent of the component being localized. |
Value | Gets or sets the value of the localized string. |
Example
Example file name is C1.Win.C1FlexGrid.RuntimeStrings.vi-VN.resx for Vietnamese culture.
See Also