I'm using WPGlobus plugin with REST API, For fetching data from posts now if I fetching content of pages it shows me like,
"content": "{:nl}De korting wordt automatisch berekend aan de hand van o.a. aantallen stuks, order grootte en aantal adressen.\r\n{:}{:en}The discount is automatically calculated on the basis of, among other things, the number of pieces, order size and number of addresses.\r\n{:}"
Instead of this I need,
NL = De korting wordt automatisch berekend aan de hand van o.a. aantallen stuks, order grootte en aantal adressen.
EN = The discount is automatically calculated on the basis of, among other things, the number of pieces, order size and number of addresses.
So question is how can I differentiate content by language.