Hey Mike,
Sorry about that. I thought I was being so diligent explaining everything and documenting each item I changed. I've updated my post above to reflect two more language additions I made.
You need to run these commands on the table:
INSERT INTO `xcart_languages` VALUES ('US', 'lbl_currencies', 'Currencies', 'Labels');
INSERT INTO `xcart_languages` VALUES ('US', 'option_title_Multiple_Currency', 'Multiple Currencies Options', 'Labels');
Or you can just enter these values into the administrator - language section of X-Cart:
lbl_currencies - 'Currencies'
option_title_Multiple_Currency - 'Multiple Currencies Options'
Remember to wipe out your cache if these don't show up right away, I learned that the hard way (after hitting refresh about 30 times and then browsing the forums).
Let me know how it goes, it's actually pretty neat once it all works.
