fbsdk/fbmultilang.h Source File
Go to the documentation of this file. 1 #ifndef __FBMULTILANG_H__
2 #define __FBMULTILANG_H__
51 #define FBSDK_DLL K_DLLIMPORT
54 #ifdef FBSDKUseNamespace
242 FBMultiLangManager& operator=(
const FBMultiLangManager& );
247 FBMultiLangManager();
250 ~FBMultiLangManager();
257 const char* GetCurrentLanguage()
const;
269 bool SetCurrentLanguage(
const char* pLanguage );
277 #ifdef FBSDKUseNamespace
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
FBStringList Languages
List of available languages.
const char * FBGetMultiLangText(const char *pContext, const char *pKey, bool pFlagReturnKey=false)
Name lookup in a user defined context context.
#define FBSDKNamespace
FBSDKNamespace define.
#define FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.