Hi =)
We have multi-language article in our website. And want create custom editor for one of the field that will retrieve data from another our web service. And we need to retrieve this data from our web service based on language.
I create field, then subscribe on init, and then get context. But context does not contain any information about language.
const field = new window.SquidexFormField();
field.onInit(context => console.log(context));