···4545 category: 'Announcements',
4646 // from data-category-id
4747 categoryId: 'DIC_kwDOFxRnmM4B-Xg6',
4848+ // from data-lang
4949+ lang: 'en'
4850 }
4951 }),
5052],
···9092 // where to put the comment input box relative to the comments
9193 // defaults to 'bottom'
9294 inputPosition?: "top" | "bottom"
9595+9696+ // set your preference language here
9797+ // defaults to 'en'
9898+ lang?: string
9399 }
94100}
95101```