Cldr.put_default_backend
You're seeing just the function
put_default_backend
, go back to Cldr module for more information.
Set the default system-wide backend module.
Arguments
backend
is any module that includesuse Cldr
and therefore is aCldr
backend module. The default isCldr.default_backend/0
Returns
{:ok, backend}
or{:error, {exception, reason}}