Multi Lingual Systems

Last post 10-31-2007 10:14 PM by amrhsn. 3 replies.

Sort Posts:

  • Multi Lingual Systems

    10-31-2007, 12:19 AM
    • Loading...
    • amrhsn
    • Joined on 10-26-2007, 10:55 PM
    • Japan
    • Posts 5

    Hi, can anyone tell me how to create a system that is multilingual i.e. all the captions of the Labels, Links and Buttons appear in the language selected by the user. I have a ASP.NET 2.0 project which I want to be a multilingual system.

    Ammar Hassan
    -------------
    Systems Engineer
  • Re: Multi Lingual Systems

    10-31-2007, 2:38 AM

    Hi

    There are multiple ways of doing this. Two interesting ways are

    1. Use .NET localization support. Build localized satellite assemblies that will allow you to emded strings  / bitmaps / names of controls etc which you can programatically load and unload depending on the user setting. Please google for "Multilingual support" for more information on this.

    2. A hand coding way is to create a database / xml file of strings of names of controls / message etc. When the user logs in either find the locale of the machine or request the user for the language and use database / xml queries to get the strings and paint then on the screen.

     

    HTH

    VJ...

     

    If the reply answered your question please Mark it as "Answered". This would help people know that the question has been answered.
  • Re: Multi Lingual Systems

    10-31-2007, 4:32 PM
    Answer
    • Loading...
    • aweil
    • Joined on 09-09-2005, 10:57 PM
    • Paris, France
    • Posts 118
    Microsoft .net Training and Consulting
    http://www.dreamdotnet.com/
    Microsoft .net 3.0 Training and Consulting
  • Re: Multi Lingual Systems

    10-31-2007, 10:14 PM
    • Loading...
    • amrhsn
    • Joined on 10-26-2007, 10:55 PM
    • Japan
    • Posts 5

    Thank you guys.... The links provided by Arnaud were quite helpful

    I will certainly follow these tips for Multilingual systems.

    Thanks.

    Ammar Hassan
    -------------
    Systems Engineer
Page 1 of 1 (4 items)
Microsoft Communities
Page view counter