Share via


ILocalizer.Lookup(String, String) Method

Definition

Translate a key to a translation.

public bool Lookup (string key, out string value);
abstract member Lookup : string * string -> bool
Public Function Lookup (key As String, ByRef value As String) As Boolean

Parameters

key
String

Key to lookup.

value
String

Value to set if present.

Returns

True if value is found.

Applies to