RecroDictServiceGetDictionaryAsync Method
            Retrieves the localized strings for the specified scope and language asynchronously.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.5.2.24.0805.1
public Task<ConcurrentDictionary<string, string>> GetDictionaryAsync(
	string scope,
	string language = null,
	bool authClient = true
)
- scope  String
- The scope of the localized strings.
- language  String  (Optional)
- The language of the localized strings. If null, the default language will be used.
- authClient  Boolean  (Optional)
- Not used.
TaskConcurrentDictionaryString, 
StringA task representing the asynchronous operation, containing the localized strings as a concurrent dictionary.