SILUBS.ScriptureChecks.UnitTestChecksDataSource.GetLocalizedString C# (CSharp) Method

GetLocalizedString() public method

Returns a localized version of the specified string.
public GetLocalizedString ( string strToLocalize ) : string
strToLocalize string
return string
		public string GetLocalizedString(string strToLocalize)
		{
			return strToLocalize;
		}
	}