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 > october 2004

First letter index
Posted by François at 10/28/2004 7:37:06 AM
I want to build an index to a list of words based on the first letter of these words for 4 languages ( french english czech spanish ). In english there is no problem. There is no accent and all letter are based on only one character. In french there are accents, and as fas as i know let...more >>


Problem with Locale date formatting in ASP.Net
Posted by Iain Carlin at 10/27/2004 11:35:03 PM
Hi all, I have a problem with an ASP.Net web app. As per all the suggestions for Globalisation I have seen on the web and at TechEd, in my global.asax I obtain the user's browser Locale settings and set the Culture for the thread accordingly: If Request.UserLanguages.Length > 0 Then ...more >>

MessageBox and Internationalization
Posted by John Bowman at 10/27/2004 9:38:51 AM
Hi, I've got a very simple WinForms C# app that the form's Localizable property is set to true. When you press a button it merely calls MessageBox.Show("Hello World!"). I now have a dedicated test system installed w/ German Win2K and the redistributable .NET 1.1 framework (supposedly in G...more >>

Store in a file a web page written in chinese
Posted by etantonio NO[at]SPAM libero.it at 10/25/2004 1:10:45 AM
Hi, I want to read an html page written in chinese and store it in a file having extension .aspx , I'm not sure where is the problem, I use the following lines of code: String sAddress = "http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_zh&trurl=http://www.etantonio.it/EN/index...more >>

How to retrieve View|Encoding from .aspx
Posted by DotNetUser at 10/21/2004 4:28:45 PM
If I choose View|Encoding|West European(English) How can I get this information from .aspx? Thanks in advance ...more >>

Multilingual websites in ASP.net XSL
Posted by Asim Qazi at 10/20/2004 2:05:31 PM
Hi All i need to develop a multilingual s/w, i did it in ASP3.0 two years back, The main functionality i need is to put all the interface data in XSL Templates, make an XML packet in ASP, load XSL file transform it on server side and pass the pure HTML on the client, now the biggest problem ...more >>

Marshal.StringToHGlobalAnsi and multibyte strings
Posted by Hesse at 10/19/2004 12:47:03 PM
Does Marshal.StringToHGlobalAnsi convert System.String to multibyte strings if necessary (if the System.String contains non-ANSI characters), or does it only convert ansi strings? If it converts UNICODE characters to appropriate multibyte characters, what code page does it use for the conve...more >>

Changes to resource files not found in build.
Posted by Ray Seaward via .NET 247 at 10/17/2004 3:04:36 AM
Hello=2E I'm working on an application in VB=2ENet using Visual= Studio =2ENet 2003=2E Since our application has to be in Engligh and= in French (depending upon user selection), we're using the= ResourceManager class to reference the localization =2Eresx files=2E= Here's the problem: Chan...more >>



Changing the Text to japanese
Posted by Smitha Ghatke via .NET 247 at 10/17/2004 3:03:16 AM
(Type your message here) -------------------------------- From: Smitha Ghatke hi I am working on c# web forms which supports multi langauage= support=2E i am having an application which contains 2 labels and= 2textboxes=2E I am to change the text only one textbox to japanese= or accept...more >>

Localizable Resources and Satellite Assembly dll
Posted by niagara_man NO[at]SPAM hotmail.com at 10/15/2004 7:57:25 AM
Hi! I am just starting to use .NET and need some help! If I create my own DLL for String resouces using this command: C:\WINNT\MICROS~1.NET\Framework\v1.1.4322\Al /t:lib /embed:resourceString.fr-ca.resources, /culture:fr-ca /out:Example2.resources.dll C:\WINNT\MICROS~1.NET\Framework\v1.1.4...more >>

Custom Locale
Posted by MP at 10/14/2004 2:10:44 PM
Hello, I am investigating the possibility to use Custom Locales to customize portions of our application. The way I see it, we would write the application and localize it. Then if one specific customer requests that a form be customized (we do not have thousands of customer) we wou...more >>

Localize error message and messagebox content problem.
Posted by Tracey at 10/14/2004 11:35:38 AM
There are a few localization things I'm not clear with. I was able to localize my winform throught the following steps: 1. Set the winform localizable to be true 2. Select the languages to foreign language I wish 3. Change the control UI string to foreign language 4. Change the cultureinfo of...more >>

WebService, DataSet, different regional settings
Posted by Andreas Pircher at 10/13/2004 9:00:50 AM
Some time ago I´ve developed a smartclient. It sends some parameters (item-id, amount) to a webservice-method that returns a dataset with information from the database about a certain item. Everything worked well until the client was first used in another country with other regional setting...more >>

German 1.1 Framework is older than English
Posted by Devin Dow at 10/11/2004 1:35:25 PM
English dotnetfx.exe 1.1 is dated 3/30/2004 German dotnetfx.exe 1.1 is dated 22.05.2003 It has been reported to me that our application crashes on a German machine with the German dotnetfx installed, but installing the English dotnetfx cures it. Does anybody know why there are differing d...more >>

NewLine Characters in string table
Posted by Gordon at 10/6/2004 12:46:05 PM
I am removing all strings from my code and adding to a resource table, however I am unsure how to handle newline constants. Currently my strings are "blah blah \r\nMake your selection" however when I add this string to the resource file and get it using rm.GetSting(...) it just display th...more >>

How to retrieve the list of the countries
Posted by Jerome Boudon at 10/6/2004 8:20:10 AM
In need to populate a combo with the list of all the countries. I the the RegionInfo Class, but is there a way to get a collections of all the available RegionInfo Thanks Jerome ...more >>

Removing BOF from a utf8 file
Posted by aa at 10/2/2004 5:08:54 PM
I have a utf-8 PHP file handled with Notapad (w2k), which suddenly started showing a gap at the top of the IE6 screen. Viewing the source code via View-Source shows a square it the beginning of the file, which, I guess, is BOM How do I remove it? ...more >>


DevelopmentNow Blog