asrm_set_locale()

Set the locale in the global configuration.

Synopsis:

#include "asr/asrm.h"
 
int void asrm_set_locale(const char *locale)

Arguments:

locale

The name of the locale to set.

Library:

libasr

Description:

The asrm_set_locale() function sets the locale in the global configuration tree to the specified value.

Returns:

Nothing.