Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet internationalization > august 2006

Turn on East Asian Language Support
Posted by Bill Rapoza at 8/31/2006 3:24:35 PM
Does anyone know how to turn on East Asian Language support via command line? I have a customer with several machines that need to have this turned on, and I need to give him a batch file, with any necessary support files, to do this easily on each machine. ...more >>


how to localize the commondialog items
Posted by Ghanashyam at 8/29/2006 11:48:01 PM
I have resx files that contain the strings for all my localizable items. However, I open .net dialogs, like FolderBrowserDialog. How does the text in there become localized ? ...more >>

How to handle resource in multiple forms
Posted by Ghanashyam at 8/29/2006 4:12:02 AM
I have a windows application that consists of multiple forms.If I maintain a resource file for each form and keep the name in resource file to resemble the form elements as below then wizard generated code in InitializeComponent() brings these resources correctly for each form. label1.Text = ...more >>

Unicode CSV files
Posted by John Clennett at 8/29/2006 4:05:01 AM
I've posted this in the Excel forum but thought someone here may be able to help. I need to write unicode csv files from a dotnet application to be opened in Excel. I can write the files OK by setting Response.ContentEncoding = System.Text.Encoding.Unicode but when I try & open them in Exce...more >>

Issue with embeding satellite assembly
Posted by Ghanashyam at 8/28/2006 9:21:02 PM
In my windows application if I embed the resource (Using add file option) Form1.hi-IN.Resx with build action as embeded resource then it works correctly.I get all hi-IN related resource I have stored in resx file. Following commands I use when I update the .RESX file and try to embed the upda...more >>

Purchasing foreign language copies of Windows XP?
Posted by eugen_newsgroups NO[at]SPAM hotmail.com at 8/28/2006 3:51:01 PM
Hi all, I have a brief question. Where can one go in the U.S.A. to buy copies of Windows XP in foreign languages? The languages of immediate interest are Chinese, Korean and Vietnamese. Thank you, eugen ...more >>

How to show German language Dialogs in App Deployment
Posted by Georg Hickel at 8/27/2006 8:37:57 PM
Hi, i have an english vstudio 2005 and want to publish an app with german dialogs in the setup. I cant see a way to accomplish this. What did i try: Set the Publish Language in the project publish options in the project properties page. The installation just say dont have german info and c...more >>

Displaying Korean font
Posted by Ghanashyam at 8/24/2006 10:47:01 PM
I am trying to get the korean text from my resource file and print in my console. Console.WriteLine(resources.GetString("HelloWorld")); Instead of printing the korean text it prints ??????? and in debugger watch window I could able to see the korean text.Does anybody know what extra translat...more >>



C++ locale and .NET -> conversion error running in .NET-environmen
Posted by RainerK at 8/24/2006 4:43:02 AM
Hi, running the following code as an console application: #include <locale> #include <iostream> #include <sstream> #include <tchar.h> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { // ---------------------------------------- const...more >>

ascii value ?
Posted by cpsabari NO[at]SPAM gmail.com at 8/18/2006 10:39:03 AM
hello all, we are trying to do a japanese website which is integrated an US english e-commerce website. the japanese folks whom we work with currently have a translation program (in VB) which supposedly translates the japanese (postal) address into a corresponding english one. they make use of ...more >>

Winform Right to Left layout mirroring issue
Posted by Paras at 8/11/2006 1:48:31 AM
Hi, I have noticed something strange in Right to Left mirroring in Visual Studio 2005. I have noticed that if rightToLeftLayOut propery and RightToLeft property in a form containing a TabControl is setTo true, the controls contained inside the tabpages are not mirrored at all. The rightToLef...more >>

Auto Generation of Resource Files for Satellite Assemblies
Posted by Brent Stevenson at 8/7/2006 5:34:35 PM
Is there an automatic method for loading resource files for a ASP.Net v1.1 application, or does one have to do it manually? Thanks ...more >>


DevelopmentNow Blog