| The Sword Project: sword::SWLocale Class Reference |
#include <swlocale.h>
Collaboration diagram for sword::SWLocale:

Public Member Functions | |
| SWLocale (const char *ifilename) | |
| virtual const char * | getName () |
| This function is used to get the name of the languages which this object is handling. | |
| virtual const char * | getDescription () |
| |
| virtual const char * | getEncoding () |
| virtual const char * | translate (const char *text) |
| virtual void | augment (SWLocale &addFrom) |
| virtual SWLocale & | operator+= (SWLocale &addFrom) |
| virtual struct abbrev * | getBookAbbrevs () |
| virtual void | getBooks (char **iBMAX, struct sbook ***ibooks) |
Private Attributes | |
| Private * | p |
| SWConfig * | localeSource |
| char * | name |
| char * | description |
| char * | encoding |
| abbrev * | bookAbbrevs |
| char * | BMAX |
| sbook ** | books |
Every language supported by SWORD has one SWLocale object, get the name of the Language using
Definition at line 39 of file swlocale.h.
| virtual const char* sword::SWLocale::getName | ( | ) | [virtual] |
This function is used to get the name of the languages which this object is handling.
| virtual const char* sword::SWLocale::getDescription | ( | ) | [virtual] |
A possible example is "German".
| The SWORD Project; P. O. Box 2528; Tempe, AZ 85280-2528 USA |