I am grabbing data from a RSS feed dictionary and seems to be working, but the problem is it parses the symbol instead of actual currency. I am not sure what is the best way to go about this. Here is a tiny snippet of the code. I know there is NSLocale, but not sure if that is the best way to do this.
     [currencyDict valueForKey:@"currency_symbol"]; 
 
     
    