What was fixed?
- there was no way to determine of a locale was found or just used the fallback so added a found return param to
GetTranslator()
andFindTranslator()
functions.- Why is that important? because if an unsupported locale is detected some people may want to redirect to a locale selection page of supported languages, store that in cookie and use that going forward.