Question: Which of these is NOT a part of the internationalization and localization process?
- using a gettext function to wrap translatable strings when writing code
- installing/using the WordPress Multilingual Plugin
- using a tool like Poedit to parse source code and extract translatable strings into a POT file
- 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