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