Return the localization table in localizationTables that best matches
the list of userLocales. If there is no matching language, returns
defaultLocalizationTable.
matchingLocalizationTable<T>(userLocales, localizationTables, defaultLocalizationTable): T
Return the localization table in
localizationTables
that best matches the list ofuserLocales
. If there is no matching language, returnsdefaultLocalizationTable
.