The JIT ( Just-in-Time) compiler is used to dynamically compile applications during continuous loads. There are three kinds of providers in JIT which feeds the input to the compiler on how to translate template texts in a particular language.

They are:
  • TRANSLATIONS: It is a string containing the content of the translation file.
  • TRANSLATIONS_FORMAT: It is the format of the file.
  • LOCALE_ID: It is the location of the target language.
BY Best Interview Question ON 02 Feb 2020