#include "rldefine.h"
#include "rlstring.h"
Go to the source code of this file.
|
int | rlSetTranslator (const char *language, const char *inifile=NULL) |
|
const char * | rltranslate (const char *txt, const char **mytext=NULL) |
|
const char * | rltranslate2 (const char *section, const char *txt, char **mytext=NULL) |
|
#define pvtr |
( |
|
txt | ) |
rltranslate2(p->lang_section,txt,&p->mytext2) |
int rlSetTranslator |
( |
const char * |
language, |
|
|
const char * |
inifile = NULL |
|
) |
| |
Definition at line 508 of file rlinifile.cpp.
{
if(inifile != NULL)
{
}
return 0;
}
const char* rltranslate |
( |
const char * |
txt, |
|
|
const char ** |
mytext = NULL |
|
) |
| |
const char* rltranslate2 |
( |
const char * |
section, |
|
|
const char * |
txt, |
|
|
char ** |
mytext = NULL |
|
) |
| |