macmade / CFPP

C++ wrapper for CoreFoundation base classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localisation functions

macmade opened this issue · comments

Declared in CFBundle:

String GetLocalizedString( String key, const char * comment );
String GetLocalizedStringFromTable( String key, String tableName, const char * comment );
String GetLocalizedStringFromTableInBundle( String key, String tableName, Bundle bundle, const char * comment );
String GetLocalizedStringWithDefaultValue( String key, String tableName, String value, const char * comment );

Won't implement this as these are macros for CFBundleRef.