Question: Which of these is NOT a part of the internationalization and localization process?

  1. using a gettext function to wrap translatable strings when writing code
  2. installing/using the WordPress Multilingual Plugin
  3. using a tool like Poedit to parse source code and extract translatable strings into a POT file
  4. translators translating the POT file into a PO file, one for each language

Answer: The correct answer of the above question is Option D:translators translating the POT file into a PO file, one for each language