A service to offer text alternatives to the default text
based on cultureId.
It supports having fallbacks, so the app can have a standard implementation
and another that introduces special cases.
To set that up:
letvs = createValidationServices(); // provides the standard case in vs.textLocalizerService letspecial = newTextLocalizerService(); special.fallbackService = vs.textLocalizerService; vs.textLocalizerService = special;
A service to offer text alternatives to the default text based on cultureId.
It supports having fallbacks, so the app can have a standard implementation and another that introduces special cases.
To set that up: