Odd language issues wx 3.0.2.0

I noticed a few odd language issues on 3.0.2.0 where buttons with supplied IDs, ID_CANCEL etc. were displaying in the wrong languages.

I think I tracked it down and it’s due to the language codes wx.LANGUAGE_* but I can’t figure out what’s going on.

On built apps and when running out my IDE for instance wx.LANGUAGE_FRENCH == 60, but in iPython it is 80. Both are printing (3, 0, 2, 0, ‘’) for wx.VERSION.

Really odd? Anyone else seen this?

Paul