Localization Issues with Windows Form (.resx) file

  • Thread starter Thread starter Buddy
  • Start date Start date
B

Buddy

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,
 
Hi Buddy,

I think you can more detailed information from the links below:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbwlkwalkthroughlocalizingwindowsforms.asp
http://www.dnzone.com/ShowDetail.asp?NewsId=256

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" <[email protected]>
| 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#[email protected]>
| Newsgroups:
microsoft.public.dotnet.general,microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: 81-1-69-6.homechoice.co.uk 81.1.69.6
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.csharp:194437
microsoft.public.dotnet.general:113353
| X-Tomcat-NG: microsoft.public.dotnet.languages.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,
|
|
|
 
Back
Top