[]
        
(Showing Draft Content)

FarPoint.Win.Localizer.GetLocalizedText

GetLocalizedText Method

GetLocalizedText(Control, string, string)

Gets the localized text from the specified key.

Declaration
public string GetLocalizedText(Control control, string key, string text = null)
Public Function GetLocalizedText(control As Control, key As String, Optional text As String = Nothing) As String
Parameters
Type Name Description
Control control

The control that contains the localized text.

string key

A string value indicates the specified key.

string text

A string value indicates the default localized text.

Returns
Type Description
string

A string value represents the localized text.