THAI INTER: layout Thai inter 3 lang with image.

This commit is contained in:
Ittipat Lusuk 2024-11-27 14:58:15 +07:00
parent f3a2774d63
commit 7e3c847aef
903 changed files with 4726 additions and 18999 deletions

View file

@ -20,7 +20,11 @@ If Tel2D = "09" Then
EndIf
If InternationalEnable = 1 Then
Var VerifyFile = CountryRootPath + "/xml/verify_number.ev"
If CountryName = "Thailand" Then
;do not thing
Else
Var VerifyFile = CountryRootPath + "/xml/verify_number.ev"
TRY VerifyFile
TRY VerifyFile
EndIf
EndIf