11.08.2011, 00:59
I'm thinking of creating a translator that will use a C++ plugin that uses the ****** Translate API to translate. I'm hoping to have a native function that looks like the following:
What are your thoughts? Is this possible?
pawn Код:
#define LANG_ENGLISH 1
#define LANG_FRENCH 2
#define LANG_ITALIAN 3//And so on.
native string translateText(text[], langfrom, langto);//Returns the string that has the translated text.