snap 9.70
This commit is contained in:
parent
021c61d4d0
commit
226c293487
32 changed files with 648 additions and 544 deletions
|
|
@ -1,9 +1,13 @@
|
|||
;for 3 langs
|
||||
If LanguageShow = "ENG" Then
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
|
||||
; Don't remove InternationalEnable
|
||||
If InternationalEnable = 1 Then
|
||||
If LanguageShow = "ENG" Then
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue