[]
Get the English argument value of the specified localized argument.
protected virtual string GetArgument(Function function, string localizedArg)
Protected Overridable Function GetArgument([function] As [Function], localizedArg As String) As String
Type | Name | Description |
---|---|---|
Function | function | The function that is processing |
string | localizedArg | The localized argument. |
Type | Description |
---|---|
string | The English argument value of the specified localized argument. |