I've searched yesterday and today, but no luck. Maybe I'm just missing it. How do I have different translations for english in the US, GB, and AU?
I'm not sure if the terminology for this would be called region, country, or locale. Locale usually means language and region together, but that doesn't seem to be the case for ngx-translate.
EDIT:
I was able to use region information in the getTranslation() call to direct to the correct translation file. Since the region was not provided by javascript/angular, I could only accomplish this by checking the domain name for the website (I have different domain names for different countries). Without different domain names, I don't know how to determine the region/country.