SILUBS.ScriptureChecks.QTokenProcessor.Localize C# (CSharp) Method

Localize() private method

Localizes the specified string.
private Localize ( string strToLocalize ) : string
strToLocalize string The string to localize.
return string
		private string Localize(string strToLocalize)
		{
			return m_chkDataSource.GetLocalizedString(strToLocalize);
		}