ClientStation.Locale Method

Returns localization text
<ID("Locale", (int)e.Locale)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function Locale( _ 
ByVal text As String
) As String
This language is not supported or no code example is available.
[ID("Locale", (int)e.Locale)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public string Locale( 
string text 
)
This language is not supported or no code example is available.

Parameters

text
string

Text to localize

Return Value

string

Localized text

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition