Just popping in
|
@Ami603
Just i case someone needs to access it for some software, here is the emulated call to translator.library that allows for several other language accents to be used;
LONG nTranslate(char * src, unsigned long srcLen, char * dst, LONG dstLen) { return IExec->EmulateTags(TranslatorBase, ET_Offset, -30, ET_RegisterA0, src, ET_RegisterD0, srcLen, ET_RegisterA1, dst, ET_RegisterD1, dstLen, ET_RegisterA6, TranslatorBase, TAG_END); }
|