RecroDictService Class

Represents a service for managing and retrieving localized strings from RecroDict.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public class RecroDictService : IRecroDictService
Inheritance
Object    RecroDictService
Implements
IRecroDictService

Constructors

RecroDictServiceInitializes a new instance of the RecroDictService class

Properties

DefaultLanguage Gets the default language used by RecroDict.
IsInitialized Not used.
Obsolete.
Languages Gets the available languages supported by RecroDict.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDictionaryAsync Retrieves the localized strings for the specified scope and language asynchronously.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRgfUiString Retrieves the RecroGrid Framework UI string for the specified string ID.
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitializeAsync Not used.
Obsolete.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also