Gets the full name for the specified locale. Note: This has the effect of 'canonicalizing' the string to a certain extent. Upper and lower case are set as needed, and if the components were in 'POSIX' format they are changed to ICU format. It does NOT map aliased names in any way. See the top of this header file.
Definition at line 1974 of file uloc.c. {
return _canonicalize(localeID, name, nameCapacity, _ULOC_CANONICALIZE, err);
}
|