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:
https://github.com/codenameone/CodenameOne/blob/master/vm/JavaAPI/src/java/util/Locale.java 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 -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/7232d1a2-03d7-4400-af34-4a795e81302e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
