-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
How to get table name for key and value for imagepicker controller
in below function.
-(NSString*) customLocaLizedStringForKey:(NSString *)key value:(NSString *)value table:(NSString )tableName
{
NSBundle bundle = [BundleLocalization sharedInstance].localizationBundle;
return [bundle customLocaLizedStringForKey:key value:value table:tableName];
}
Metadata
Metadata
Assignees
Labels
No labels