DELHI is coded as EFMIJ in that language.

How the coding works

In the given code, each letter is shifted one step forward in the English alphabet:

  • N β†’ O
  • O β†’ P
  • I β†’ J
  • D β†’ E
  • A β†’ B

So, applying the same rule to DELHI:

  • D β†’ E
  • E β†’ F
  • L β†’ M
  • H β†’ I
  • I β†’ J

So, DELHI becomes EFMIJ.