Interface IEntityStringService
- Namespace
- Innova.Data.Entity.Localization
- Assembly
- Innova.Data.dll
Represents a service for retrieving localized strings for entities.
public interface IEntityStringService
Methods
- GetErrorString(string)
Gets the localized error string for the specified name.
- GetString(string)
Gets the localized string for the specified name.
- GetSystemString(string)
Gets the localized system string for the specified name.