Clear all the translations in a language or message database
#include <photon/Al.h> void AlClearTranslation( AlDataBase_t *db );
phexlib
This function clears all the translations in the given language or message database. It frees the translated strings and sets all the str_translated fields to NULL.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AlCloseDBase(), AlGetEntry(), AlGetSize(), AlOpenDBase(), AlReadTranslation(), AlSaveTranslation(), AlSetEntry(), ApCloseMessageDB(), ApGetMessage(), ApLoadMessageDB()
International Language Support chapter of the Photon Programmer's Guide