HH\Lib\Locale\set_native
Set the libc locale for the current thread
namespace HH\Lib\Locale;
function set_native(
Locale $loc,
): void;
This is highly discouraged; see the note for get_native()
for details.
Parameters
Locale $loc
Returns
void