The loadingLabelText property (string) specifies the text/HTML of the loading label. See also loadingLabelVisible.
If the built-in XSS protection is enabled (see the xssProtection property), the text will be HTML-encoded. To specify raw HTML, use loadingLabelHtml.
"Loading..."
dp.loadingLabelText = "Please wait...";