我怎样才能NSLocalizedString从存在的东西中得到一个#define?
我现在拥有的:
#define StationsControllerIdentifier @"Stations"
我希望它如何(但不起作用):
#define StationsControllerIdentifier NSLocalizedString(@"Stations", @"stations menu btn")
我怎样才能NSLocalizedString从存在的东西中得到一个#define?
我现在拥有的:
#define StationsControllerIdentifier @"Stations"
我希望它如何(但不起作用):
#define StationsControllerIdentifier NSLocalizedString(@"Stations", @"stations menu btn")