Results 1 to 6 of 6

Thread: Language Settings

  1. #1
    Pete Guest

    Language Settings


    When I look at the properties of my SQL installation, the general tab shows the language setting as English (US). How do I make a perm change to British? I have the settings for British in my syslanguages table.

    Thanks in advance.

  2. #2
    Mohammed. Guest

    Language Settings (reply)

    sp_configure ....
    default language option ...

    Mohammed.


    ------------
    Pete at 10/1/01 7:08:47 AM


    When I look at the properties of my SQL installation, the general tab shows the language setting as English (US). How do I make a perm change to British? I have the settings for British in my syslanguages table.

    Thanks in advance.

  3. #3
    Pete Guest

    Language Settings (reply)

    Thanks for that, but I've already tried it.
    sp_configure now shows the language value as "23"
    @@language and @@langid return correctly

    BUT

    the general tab on the installation properties is incorrect
    as is xp_msver

    The operating system however shows as correctly as British as well.

    Any thoughts? Thanks!


    ------------
    Mohammed. at 10/1/01 1:20:50 PM

    sp_configure ....
    default language option ...

    Mohammed.


    ------------
    Pete at 10/1/01 7:08:47 AM


    When I look at the properties of my SQL installation, the general tab shows the language setting as English (US). How do I make a perm change to British? I have the settings for British in my syslanguages table.

    Thanks in advance.

  4. #4
    Asnate Guest

    Language Settings (reply)


    I had similar problem and I had to rebuild my database - same as reinstalling.

    ------------
    Pete at 10/2/01 2:36:38 AM

    Thanks for that, but I've already tried it.
    sp_configure now shows the language value as "23"
    @@language and @@langid return correctly

    BUT

    the general tab on the installation properties is incorrect
    as is xp_msver

    The operating system however shows as correctly as British as well.

    Any thoughts? Thanks!


    ------------
    Mohammed. at 10/1/01 1:20:50 PM

    sp_configure ....
    default language option ...

    Mohammed.


    ------------
    Pete at 10/1/01 7:08:47 AM


    When I look at the properties of my SQL installation, the general tab shows the language setting as English (US). How do I make a perm change to British? I have the settings for British in my syslanguages table.

    Thanks in advance.

  5. #5
    Pete Guest

    Language Settings (reply)

    Did you do anything different when you reinstalled, Asnate?
    Cheers!


    ------------
    Asnate at 10/2/01 4:48:09 AM


    I had similar problem and I had to rebuild my database - same as reinstalling.

    ------------
    Pete at 10/2/01 2:36:38 AM

    Thanks for that, but I've already tried it.
    sp_configure now shows the language value as "23"
    @@language and @@langid return correctly

    BUT

    the general tab on the installation properties is incorrect
    as is xp_msver

    The operating system however shows as correctly as British as well.

    Any thoughts? Thanks!


    ------------
    Mohammed. at 10/1/01 1:20:50 PM

    sp_configure ....
    default language option ...

    Mohammed.


    ------------
    Pete at 10/1/01 7:08:47 AM


    When I look at the properties of my SQL installation, the general tab shows the language setting as English (US). How do I make a perm change to British? I have the settings for British in my syslanguages table.

    Thanks in advance.

  6. #6
    Asnate Guest

    Language Settings (reply)


    Yes, US English is the default setting; I can't recall it in a moment but there's somewhere an option while installing where you can choose the language.

    ------------
    Pete at 10/2/01 5:24:23 AM

    Did you do anything different when you reinstalled, Asnate?
    Cheers!


    ------------
    Asnate at 10/2/01 4:48:09 AM


    I had similar problem and I had to rebuild my database - same as reinstalling.

    ------------
    Pete at 10/2/01 2:36:38 AM

    Thanks for that, but I've already tried it.
    sp_configure now shows the language value as "23"
    @@language and @@langid return correctly

    BUT

    the general tab on the installation properties is incorrect
    as is xp_msver

    The operating system however shows as correctly as British as well.

    Any thoughts? Thanks!


    ------------
    Mohammed. at 10/1/01 1:20:50 PM

    sp_configure ....
    default language option ...

    Mohammed.


    ------------
    Pete at 10/1/01 7:08:47 AM


    When I look at the properties of my SQL installation, the general tab shows the language setting as English (US). How do I make a perm change to British? I have the settings for British in my syslanguages table.

    Thanks in advance.

Posting Permissions

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