For those using UBI-RHEL8 you must remove any mention to DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, or set it to false, and install the ICU libs. In my case I've used the microdnf -y install libicu command.
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
false
microdnf -y install libicu