| Thread | Last Post | Replies |
|
| DateTime & ToShortDateString | 19 Jul 2005 15:50 GMT | 5 |
I have an ASP.NET web application that I want to be locale sensitive. I set my regional options to be English (United States) and rebooted my machine (normally have English(United Kingdom setting)). I then ran the web app and on a page where I wanted to display a
|
| Translating OpenFileDialog | 09 Jul 2005 21:08 GMT | 10 |
I'm making an application that is in Icelandic. My problem is that most users of the program have english version of Windows and there for the common dialogs are in English. What I would like to do is to change the labels in the dialogs to icelandic
|
| AllowThousands | 09 Jul 2005 04:15 GMT | 9 |
weird behavior: on MSDN theres is a page describing a "wrong" and a "correct" process of parsing numbers with CultureInfo. Unfortunately the sample doesn't work well, I mean, it works and not!
|
| Strange MultibyteToWideChar() behaviour on WinXP SP2 systems | 08 Jul 2005 16:51 GMT | 2 |
Reg. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/unicode_17 si.asp: On WinXP SP2 systems, MultibyteToWideChar() seems to have a bug - look at the example below:
|
| SQLServer & NVARCHAR not handling unicode | 08 Jul 2005 09:37 GMT | 3 |
I have a situation with a c# application attempting to store and look up some unicode value in an NVARCHAR. Apparently the system is having issues dealing with some Unicode values on inserts or lookups. My tables:
|