Hi,
I am having a bug when compiling my project on some platforms but not others.
I figured out that I need to use the java.util.Locale class to fix my issue. It seems to exist in codename one:
But when I try to import and use it I get a not found error:
error: cannot find symbol
import java.util.Locale;
symbol: class Locale
location: package java.util
Any idea what is going on? Thanks for your help
If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans
Mac and windows
Simulator