DbResourceDataManager.GetResourceStrings

Returns all the resource strings for all cultures for a specific resource Id. Returned as a dictionary.

public virtual Dictionary<String,String> GetResourceStrings(string resourceId,
	string resourceSet,
	bool forAllResourceSetLocales)

Parameters

resourceId
Resource Id to retrieve strings for

resourceSet
Resource Set on which to retrieve strings

forAllResourceSetLocales
If true returns empty entries for each locale that exists but has no value in this resource set


See also:

Class DbResourceDataManager

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