Contains language and localization related functionalities.
Definition in file fbmultilang.h.
Classes | |
class | FBMultiLangManager |
Language manager. More... | |
Namespaces | |
ORSDK2018 | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
Functions | |
const char * | FBGetMultiLangText (FBPlug *pContext, const char *pKey, bool pFlagReturnKey=false) |
Name lookup in the context of an object. More... | |
const char * | FBGetMultiLangText (const char *pContext, const char *pKey, bool pFlagReturnKey=false) |
Name lookup in a user defined context context. More... | |
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 51 of file fbmultilang.h.