| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I'm working on a demo for my java class.
I want to show the students the effects of localizing currency.
Having having $1.00 come up #1.00 when the program runs in England
seems straight forward.
Having it show # when in the good old USA has me confused.
import java.util.Locale;
import java.util.ResourceBundle;
Blah, blah
Locale localeGB = new Locale(en,GB);
IntelliJ complains
Cannot resolve symbols en & GB.
So I'm missing something...
any help appreciated
Gordon
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.