The culture shown to the user in the app. Its the ISO language-region format. This value is the starting point to search through localizations. If not supplied, it defaults to the value from the first culture added. If none were added, it uses 'en'.
The culture shown to the user in the app. Its the ISO language-region format. This value is the starting point to search through localizations.
Protected
cultureAdd a culture and its fallback. If the culture already exists, it is replaced.
Utility to check for the presence of a Culture. Will fallback to language only check if language-country cultureID doesn't find a match. In other words, if 'en-US' isn't found, it tries 'en'.
the found cultureID, so you know if it exactly matched or just got the language. If no match, returns null.
Protected
getReturns the CultureIdFallback that matches its cultureId to the value passed in.
Generated using TypeDoc v0.25.12
Service for identifying cultures that you will use in the app, by their CultureID ('en', 'en-US', 'en-GB', etc), and provides fallbacks for when a requested CultureID is not found.
This class is available on ValidationServices.cultureService.