--- lib/util/app_constants.dart	2026-05-30 06:05:36.983396721 +0000
+++ lib/util/app_constants.dart	2026-05-30 06:05:52.802175267 +0000
@@ -194,9 +194,12 @@
   static const String vendor = 'vendor';
   static const String admin = 'admin';
 
+  // Thai is index 0 so it is the fresh-install default (splash_repository writes
+  // languages[0] when no language pref is saved). English stays selectable in the
+  // in-app switcher; users who already chose a language are unaffected.
   static List<LanguageModel> languages = [
-    LanguageModel(imageUrl: Images.english, languageName: 'English', countryCode: 'US', languageCode: 'en'),
     LanguageModel(imageUrl: Images.thai, languageName: 'ไทย', countryCode: 'TH', languageCode: 'th'),
+    LanguageModel(imageUrl: Images.english, languageName: 'English', countryCode: 'US', languageCode: 'en'),
   ];
 
   ///map zoom
--- pubspec.yaml	2026-05-30 06:05:36.984396708 +0000
+++ pubspec.yaml	2026-05-30 06:06:04.298014922 +0000
@@ -1,7 +1,7 @@
 name: sixam_mart_delivery
 description: A new Flutter application.
 publish_to: 'none' #
-version: 3.8.22+10123
+version: 3.8.23+10124
 
 environment:
   sdk: ^3.10.0
