Save translations from a language or message database
#include <photon/Al.h> int AlSaveTranslation( AlDataBase_t const *db, const char *path );
phexlib
AlSaveTranslation() saves the current translations in the database specified by db into a translation file named by path.
This function doesn't locate the file in any special directories or use any environment variables — the path is given directly to open(). |
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AlClearTranslation(), AlCloseDBase(), AlGetEntry(), AlGetSize(), AlOpenDBase(), AlReadTranslation(), AlSetEntry(), ApCloseMessageDB(), ApGetMessage(), ApLoadMessageDB()
International Language Support chapter of the Photon Programmer's Guide