DbResXConverter.GetResXResourcesNormalizedForLocale

Returns all resources for a given locale normalized down the hierarchy for a given resource file. The resource file should be specified without the .resx and locale identifier extensions.

public Dictionary<String,Object> GetResXResourcesNormalizedForLocale(string baseFile,
	string LocaleId)

Return Value

Dictionary of resource keys and values

Parameters

baseFile
The base Resource file without .resx and locale extensions

LocaleId


See also:

Class DbResXConverter

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