Date
  • Sort by
  • Price : Low to High
  • Price : High to Low
  • Date
No result. Refine your search using other criteria.

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 });