Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to change locale solaris 11.4

user13634692Jan 17 2024

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?

Comments
Post Details
Added on Jan 17 2024
0 comments
216 views