HH\Lib\Locale\set_native

Meta Engineer?

This is available as Locale\set_native in the www repository.

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