Contents

CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(_:_:)

Returns a locale identifier from a Windows locale code.

Declaration

func CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(_ allocator: CFAllocator!, _ lcid: UInt32) -> CFLocaleIdentifier!

Parameters

  • allocator:

    The allocator to use to allocate memory for the new object. Pass NULL or kCFAllocatorDefault to use the current default allocator.

  • lcid:

    The Windows locale code.

Return Value

The locale identifier.

See Also

Getting and Creating Locale Identifiers