different implementations of words according to the language.
. multilanguage_main.cpp: main function that iterates over the factories showing the different implementations. Similar to hello world's main.cpp.
. multilanguage_main.cpp: main function that iterates over the factories
showing the different implementations. Similar to hello world's main.cpp.
. multilanguage_hello_world.cpp: definition of the implementations and insertion in the factory map.
. multilanguage_hello_world.cpp: definition of the implementations and
insertion in the factory map.
. word_description.hpp: info struct for the word interface.