|
|
Loads a translation string table. If the specified language is not available, the fallback language is used instead. If the fallback language is not available, 'English' is used instead. - Parameters:
-
| pFilename | Filename of the string table to load. |
| language | Language to load. |
| fallback | Fallback language in the cawse language is unavailable. |
- Returns:
- Return a pointer to the created MFStringTable. If the file was unavailable, NULL is returned.
|