So back in Solaris 10
locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
….
Not only the default system language but LC_TYPE, LC_NUMERIC, and all others were set to the defaule value as well. However, with Solaris 11.4
nlsadm get-system-locale
LANG=en_US.UTF-8
LC_CTYPE=
LC_NUMERIC=
..
Just LANG is set to the default value and all other variables are set to nothing.
Does anyone know how to configure LC_NUMERIC to match the system default locale or en_US.UTF-8?