Do you have something to sell, to rent, any service to offer or a job offer? Post it at XonNFT Market, its free, for local business and very easy to use!
Create and Manage Items
Become a best seller or buyer. Create and Manage your listings. Repost your old listings, etc.
Create your favorite listings list.
Create your favorite listings list. And save your search. Don't forget any deal.
// 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
});