Mount Fuji Engine  0.8b
MF_API MFStringTable* MFTranslation_LoadStringTable ( const char *  pFilename,
MFLanguage  language,
MFLanguage  fallback = MFLang_English 
)

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
pFilenameFilename of the string table to load.
languageLanguage to load.
fallbackFallback language in the case language is unavailable.
Returns
Return a pointer to the created MFStringTable. If the file was unavailable, NULL is returned.