Skip to content

NullTextLocalizer.TryGet method

Returns null for all keys.

public string? TryGet(string key)
parameter description
key The local text key.

Return Value

null.

See Also