1 test
Test
Apr 4th, 2025 at 00:51   Electronics  »  Laptops & Computers   Bochum 331.11km

Contact us

Do you have anything to sell or rent?

Sell your products and services online FOR FREE. It is easier than you think!
Start Now!
// Ziyaretçinin tarayıcı dilini al var userLang = 'tr'; // Dil koduna göre placeholder metnini belirle var placeholderText; if (userLang === 'de') { placeholderText = 'Fragen Sie mich alles über XonNFT Market!'; } else if (userLang === 'tr') { placeholderText = 'XonNFT Market hakkında her şeyi sorun!'; } else { placeholderText = 'Ask me anything about XonNFT Market!'; // Varsayılan olarak İngilizce } // Botpress webchat yapılandırmasını güncelle window.botpressWebChat = window.botpressWebChat || {}; window.botpressWebChat.init({ locale: userLang, // Kullanıcının diline göre botun arayüz dilini ayarla composerPlaceholder: placeholderText // Placeholder metnini dinamik olarak ayarla });