FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / GetLocalizedString Event

In This Topic
    GetLocalizedString Event (C1FlexGridBase)
    In This Topic
    This event is deprecated, use *.resx files to localize FlexGrid. Instead, use a localized strings file with the special name C1.Win.C1FlexGrid.RuntimeStrings.culture.resx as an embedded resource.
    Syntax
    '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.

    PropertyDescription
    Component being localized.  
    Gets the name of the component being localized.  
    Parent of the component being localized.  
    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