Hello Brent,
not really.
I don’t have anything in configuration files which would suggest any localization [i set it up in google play store dev console].
Like I mentioned. I have changed nothing in my code base between 1137 and 1142. It was a rebuild, yet play store showes this change.
Here’s my build.settings:
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown"} }, iphone = { plist = { CFBundleDisplayName = "bundle name", UIStatusBarHidden = true, UIPrerenderedIcon = true, -- set to false for "shine" overlay UIApplicationExitsOnSuspend = false, FacebookAppID = "123", UIAppFonts = { "EngrvrsOldEngEU-Bold.ttf", "EngrvrsOldEngEU-Normal.ttf", "Roboto-Regular.ttf", "Insula.ttf", }, CFBundleURLTypes = { { CFBundleURLSchemes = { "fb123", -- replace 00000000000 with your facebook appId } } }, CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", }, } }, android = { largeHeap = true, usesExpansionFile = true, usesPermissions = { "android.permission.ACCESS\_WIFI\_STATE", "android.permission.VIBRATE", "android.permission.INTERNET", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.READ\_PHONE\_STATE", "android.permission.ACCESS\_NETWORK\_STATE", "com.android.vending.BILLING", }, }, }