internal sealed class LocalizedStringsRepository| LocalizedStringsRepository | Default constructor. |
| 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. |