Retrieve OS install language using lisp

hello,

Is there a way to retrieve the Mac install language using lisp ?
On windows it is possible to use
(vl-registry-read "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Nls\\Language" "InstallLanguage")
but this will not work on a Mac...

ty !