How to support multi-language installation package in C#?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • aaron

    How to support multi-language installation package in C#?

    Hi all:

    I need to create an installation package to suport at least four language.
    Follow the Windows service installation wizard, I found I can only specify
    installation language at compile time, but I want to allow user to choose UI
    language at runtime. How could I achieve this?

    Thanks in advance!

    Aaron


  • aaron

    #2
    Re: How to support multi-language installation package in C#?

    Hi Guys:

    Any response on this?

    eByZ7xnBJHA.493 2@TK2MSFTNGP03. phx.gbl...
    Hi all:
    >
    I need to create an installation package to suport at least four language.
    Follow the Windows service installation wizard, I found I can only specify
    installation language at compile time, but I want to allow user to choose
    UI language at runtime. How could I achieve this?
    >
    Thanks in advance!
    >
    Aaron
    >

    Comment

    • G.S.

      #3
      Re: How to support multi-language installation package in C#?

      On Aug 27, 7:18 am, "aaron" <y...@21cn.comw rote:
      Hi Guys:
      >
      Any response on this?
      >
      eByZ7xnBJHA.4.. .@TK2MSFTNGP03. phx.gbl...
      >
      >
      >
      Hi all:
      >
      I need to create an installation package to suport at least four language.
      Follow the Windows service installation wizard, I found I can only specify
      installation language at compile time, but I want to allow user to choose
      UI language at runtime. How could I achieve this?
      >
      Thanks in advance!
      >
      Aaron- Hide quoted text -
      >
      - Show quoted text -
      I've seen installation CDs that ship several versions of the installer
      (different languages) and have some kind of flash screen (Flash or
      pure HTML) that lets the user choose desired language.

      Comment

      Working...