How to set LCID permanently in MX?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default How to set LCID permanently in MX?

    Working usually in vb/asp I'd like to force the script language header to
    include the LCID as per this as most of my work involves dates.

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252" LCID="1033"%>

    Pointers gratefullt recieved!

    Cheers

    Grant


    Grant Berkeley Guest

  2. Similar Questions and Discussions

    1. Session.Lcid question
      Hi all, I've recently installed a calendar that I downloaded but I'm having a bit of a problem with the date settings. I thought setting the LCID...
    2. Session.Lcid
      Trying to locate the list of valid lcid's on MS's site and googled. Ive toiled long and hard, but alas I cannot locate the information. (previous...
    3. Session.LCID problem
      Hi all, I recently downloaded a calendar that i am trying out for a client. It works fine when i test it on my machine..however when i test it on...
    4. Session.LCID does not work
      I live in Brazil and i am trying to set my application to work with american date format. The problem is, even when i set the LCID property at...
    5. LCID Problem.
      This has just started. I don't recal installing any updates or security fixes lately. But I am getting a script debugger notification just...
  3. #2

    Default Re: How to set LCID permanently in MX?

    Just put

    Session.LCID=1033

    into the connections file. Or global.asa

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  4. #3

    Default Re: How to set LCID permanently in MX?

    Thanks Jules.

    BTW did you hear about Phil Osborne?

    Cheers

    Grant

    "Grant Berkeley" <gb@pumpupthe.net> wrote in message
    news:cvcl1e$jvn$1@forums.macromedia.com...
    > Working usually in vb/asp I'd like to force the script language header to
    > include the LCID as per this as most of my work involves dates.
    >
    > <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252" LCID="1033"%>
    >
    > Pointers gratefullt recieved!
    >
    > Cheers
    >
    > Grant
    >

    Grant Berkeley Guest

  5. #4

    Default Re: How to set LCID permanently in MX?

    Nope

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004



    Julian Roberts Guest

  6. #5

    Default Re: How to set LCID permanently in MX?

    He had a massive heart attack and sadly died a couple of weeks ago.
    Apparently heart disease had crept up un-noticed and pounced.


    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:cvcpq0$rbu$1@forums.macromedia.com...
    > Nope
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >
    >

    Grant Berkeley Guest

  7. #6

    Default Re: How to set LCID permanently in MX?

    Blimey, that is sad news. Nice bloke Phil was.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  8. #7

    Default Re: How to set LCID permanently in MX?

    Yup, knocked me sideways - it's not often I'm lost for words, but when his
    brother called I was! He was very successfully doing some SEO stuff for me -
    I'm already missing the repeated bollockings and detailed nit picking over
    page layouts and wording - a salutory lesson to us all.

    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:cvcs5k$1vv$1@forums.macromedia.com...
    > Blimey, that is sad news. Nice bloke Phil was.
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >

    Grant Berkeley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139