CF_LOCALE top-level constant

  1. @Deprecated('Use CLIPBOARD_FORMAT.CF_LOCALE instead')
int const CF_LOCALE

The data is a handle (HGLOBAL) to the locale identifier (LCID) associated with text in the clipboard. When you close the clipboard, if it contains CF_TEXT data but no CF_LOCALE data, the system automatically sets the CF_LOCALE format to the current input language. You can use the CF_LOCALE format to associate a different locale with the clipboard text.

Implementation

@Deprecated('Use CLIPBOARD_FORMAT.CF_LOCALE instead')
const CF_LOCALE = 16;