Set the translated string for a database entry
#include <photon/Al.h> int AlSetEntry( AlDataBase_t *db, unsigned n, const char *string );
phexlib
This function sets the str_translated field in the nth entry of the language or message database specified by db. For information about the members of the entry, see AlGetEntry().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AlClearTranslation(), AlCloseDBase(), AlGetEntry(), AlGetSize(), AlOpenDBase(), AlReadTranslation(), AlSaveTranslation(), ApCloseMessageDB(), ApGetMessage(), ApLoadMessageDB()
International Language Support chapter of the Photon Programmer's Guide