HENKEL CORPORATION, THE MANUFACTURER AND EXCLUSIVE LICENSEE OF THE GE SEALANTS & ADHESIVES FAMILY OF PRODUCTS, IS ANNOUNCING SEVERAL NEW...
MEDIA CONTACT
Sebastiaan Selders
Marketing Leader Consumer
704-805-6224
Click here to email
// Fallback: Update PriceSpider button text when DOM is ready
var currentLang = 'en';
if (typeof window.updatePriceSpiderButtonText === 'function') {
// Wait a bit for PriceSpider to potentially load
setTimeout(function() {
window.updatePriceSpiderButtonText(currentLang);
}, 500);
}
// Initialize PriceSpider button text updates
if (typeof window.initPriceSpiderButtonText === 'function') {
window.initPriceSpiderButtonText();
}