THAI INTER : New lang for xml, New condition new lang, Add Image
This commit is contained in:
parent
1e8450e91f
commit
7e0ede3946
183 changed files with 2075 additions and 155 deletions
|
|
@ -10,11 +10,16 @@
|
|||
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
;inter-multi
|
||||
If show_eng = "true" Then
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
SetLanguage "MYANMAR"
|
||||
Else
|
||||
SetLanguage "ENG"
|
||||
Else
|
||||
If LanguageShow = "MSC" Then
|
||||
SetLanguage "MSC"
|
||||
Else
|
||||
SetLanguage "ENG"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
SetLanguage "THAI"
|
||||
|
|
@ -52,9 +57,15 @@
|
|||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
EndIf
|
||||
|
||||
;inter-image
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing_mmr"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MSC" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing_msc"
|
||||
EndIf
|
||||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue