Operating systems, development tools, and professional services
for connected embedded systems

Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation

AlClearTranslation

AlClearTranslation()

Clear all the translations in a language or message database

Synopsis:

#include <photon/Al.h>

void AlClearTranslation( AlDataBase_t *db );

Arguments:

db
A pointer to a AlDataBase_t structure for the database, returned by AlOpenDBase().

Library:

phexlib

Description:

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AlCloseDBase(), AlGetEntry(), AlGetSize(), AlOpenDBase(), AlReadTranslation(), AlSaveTranslation(), AlSetEntry(), ApCloseMessageDB(), ApGetMessage(), ApLoadMessageDB()

International Language Support chapter of the Photon Programmer's Guide