RecroDictGetOrDefault Method
Gets the string value associated with the specified language, scope, and string ID. If the string is not found, returns the specified default value.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.10.0.24.1119.1
public static string GetOrDefault(
string language,
string scope,
string stringId,
string defaultValue,
params Object[] args
)
- language String
- The language.
- scope String
- The Scope.
- stringId String
- The StringId.
- defaultValue String
- The default value to return if the string is not found.
- args Object
- Parameters to be inserted into the dictionary item.
StringDictionary item.