www.gusucode.com > 运动用品商城网站系统源代码程序 > stat/Language/ENG/Lang_FunctionLang.asp

    <%
function cClienteng(strcj,tClient)
  select case tClient
  case 2
    cClienteng=clang(strcj)
  case 4
    cClienteng=replace(strcj,",","×")
  case 5
    cClienteng="2<sup>" & strcj & "</sup> Colors"
  case 6
    cClienteng="Visit for " & strcj & " times"
  case 8
    cClienteng="View " & strcj & " Pages/Visitor"
  case 9
    if cint(strcj)=1 then
      cClientchs="Yes"
    else
      cClientchs="No"
    end if
  case else
    cClienteng=strcj
  end select
end function


function cLangeng(Langj)
  clangeng=langj
end function
%>