fn builtin_sys_setlocale(
_args: &[RValue],
_named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Set the locale (stub — accepts but ignores the setting).
@param category locale category @param locale locale string @return character scalar with previous locale @namespace base