USB Libraries Help > USB Host Libraries > USB Host Layer Library > Library Interface > b) Data Types and Constants > USB_HOST_DEVICE_STRING_LANG_ID_DEFAULT Macro
MPLAB Harmony USB Stack
USB_HOST_DEVICE_STRING_LANG_ID_DEFAULT Macro

USB Host Device String Default Lang ID 

This constant defines the default Lang ID. When then languageID parameter in the USB_HOST_DeviceStringDescriptorGet() function is set to this value, the function will specify the default Lang ID while requesting the string from the device.

C
#define USB_HOST_DEVICE_STRING_LANG_ID_DEFAULT (0)
Remarks

None.