DbResInstance.T

Localization helper function that Translates a resource Id to a resource value string. Easy access that allows full control over the resource to retrieve or default UiCulture locale retrieval.

public string T(string resId,
	string resourceSet,
	string lang)

Return Value

Localized resource or the resource Id if no match is found. This value always returns a string unless you pass in null.

Parameters

resId
The Resource Id to retrieve Note resource Ids can be any string and if no matching resource is found the id is returned.

resourceSet
Name of the ResourceSet that houses this resource. If null or empty resources are used.

lang
5 letter or 2 letter language ieetf code: en-US, de-DE or en, de etc.


See also:

Class DbResInstance

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic