I cannot get the Bing Spellcheck API to work for market es-us
jjim
0
Reputation points
I am testing the Bing spellcheck API to use it with my translation memory. I built a webpage that pulls results via the API and I can only get it to work with market en-us. However, I need to use it with market es-us (Spanish), but it will not return any results. The line of code I'm using is
fetch(${endpoint}?mkt=es-us&${new URLSearchParams(params)}
, {
Any idea why it's not working? Thank you.
Sign in to answer