RecroDictGetS(String, String, Boolean, Object) Method
            Returns the requested dictionary item.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.16.0.25.0402.1
public static string GetS(
	string language,
	string id,
	bool strip = false,
	params Object[] args
)
- language  String
- The language.
- id  String
- The Scope.ResourceKey.
- strip  Boolean  (Optional)
- If true, it removes HTML elements from the result.
- args  Object
- Parameters to be inserted into the dictionary item.
StringDictionary item.
 
            In case of embedding: ... <%Scope.ResourceKey {parameters}%> ...