LocalizedStringsRepository Class

Repository to retrieve localized strings, for use in the IStringLocalizer service.

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class LocalizedStringsRepository
Inheritance
Object    LocalizedStringsRepository

Constructors

LocalizedStringsRepository Default constructor.

Methods

CreateOrUpdateLocaleString Creates or updates a localized string in the database.
GetAllLocalizedStrings Gets all the available key/value pairs of the localization strings. Invoked by IStringLocalizer
GetStringsOfLocale Gets a dump of all strings belonging to a specific localization; normally only executed at startup.

See Also