Localization Issues with Windows Form (.resx) file

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

    Localization Issues with Windows Form (.resx) file

    Hello,

    I need to know how can I generate a .resx file from code for different
    language culture. Basically the .resx file is in binary, is there anyway
    that I can generate a text file contains all the text for each controls on
    the form which then can be converted to a .resx file for a given culture.

    Basically I want to do what WINRES.EXE does but through code.

    Thanks,


  • Jeffrey Tan[MSFT]

    #2
    RE: Localization Issues with Windows Form (.resx) file


    Hi Buddy,

    I think you can more detailed information from the links below:

    vbwlkwalkthroug hlocalizingwind owsforms.asp
    DMXzone.com the place for all Web Designers and Developers using Dreamweaver! Here you can find tutorials, Dreamweaver extensions, plug-ins, faqs en much more!


    If you have anything unclear, please feel free to let me known.

    Best regards,
    Jeffrey Tan
    Microsoft Online Partner Support
    Get Secure! - www.microsoft.com/security
    This posting is provided "as is" with no warranties and confers no rights.

    --------------------
    | From: "Buddy" <buddy@onlineho me.com>
    | Subject: Localization Issues with Windows Form (.resx) file
    | Date: Mon, 27 Oct 2003 17:21:48 -0000
    | Lines: 12
    | X-Priority: 3
    | X-MSMail-Priority: Normal
    | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    | Message-ID: <e7#iR7KnDHA.22 72@tk2msftngp13 .phx.gbl>
    | Newsgroups:
    microsoft.publi c.dotnet.genera l,microsoft.pub lic.dotnet.lang uages.csharp
    | NNTP-Posting-Host: 81-1-69-6.homechoice.co .uk 81.1.69.6
    | Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!tk2 msftngp13.phx.g bl
    | Xref: cpmsftngxa06.ph x.gbl
    microsoft.publi c.dotnet.langua ges.csharp:1944 37
    microsoft.publi c.dotnet.genera l:113353
    | X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
    |
    | Hello,
    |
    | I need to know how can I generate a .resx file from code for different
    | language culture. Basically the .resx file is in binary, is there anyway
    | that I can generate a text file contains all the text for each controls on
    | the form which then can be converted to a .resx file for a given culture.
    |
    | Basically I want to do what WINRES.EXE does but through code.
    |
    | Thanks,
    |
    |
    |

    Comment

    Working...