ILocalizer.Lookup(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.