This function returns a specific string associated with the given locale.
INPUTS
locale
a valid locale
stringNum
the number of the string to get a pointer to. See the constants defined in <libraries/locale.h> for the possible values.
RESULT
string
a pointer to a NULL-terminated string, or NULL if the requested string number was out of bounds. The returned string is READ-ONLY, do NOT modify! This string pointer is valid only as long as the locale remains open.