CFLocaleCreateCopy(_:_:)
Returns a copy of a locale.
Declaration
func CFLocaleCreateCopy(_ allocator: CFAllocator!, _ locale: CFLocale!) -> CFLocale!Parameters
- allocator:
The allocator to use to allocate memory for the new object. Pass
NULLor kCFAllocatorDefault to use the current default allocator. - locale:
The locale object to copy.
Return Value
A new locale that is a copy of locale. Returns NULL if there was a problem creating the object. Ownership follows the The Create Rule.