Bug in PersianCalendar.ToDateTime
Thu, 13 Apr 2006 12:09:02 -0700
As you see in code below The answer of code in last line must be:
Persian calendar: 5/30/1383 8:30:15 PM
But It is:
Persian calendar: 11/11/2625 8:30:15 PM
How can I avoid this BUG?
// Start Of Code
System.Globalization.PersianCalendar jc = new
System.Globalization.PersianCalendar();
DateTime thisDate = ...
|
Couple questions concerning Chinese(Taiwan) (Big 5) -> UTF8 in VC++
12 Apr 2006 15:12:37 -0700
All,
I am working on localizing a application for China that was a
application I wrote in English not so long ago. The application is
unmanaged VC.
The application has mostly hard coded text, menus, and a set of data
entry points for user name and password.
The problem is that the Chinese character I am ...
|
Tools for Satellite assembly
12 Apr 2006 01:32:46 -0700
I would know where I can find the tools for add-in
to VS2005.
I see an example application, that use a project type
"SatelliteAssembly", but
in my computer application VS2005 don't have this package...
I would know where it find, and how to integration with VS 2005...
I thanks for all people that answer my q ...
|
Call for Participation: Internationalization and Unicode Conference 30, Noz 15-17, 2006
7 Apr 2006 08:25:36 -0700
Subject:
Unicode Consortium Announces Call for Participation for 30th
Conference; November 15-
17, 2006; Washington, D.C., USA
What: The 30th Internationalization & Unicode Conference
When: November 15-17, 2006
Where: Washington, D.C., USA
Info: http://www.unicodeconference.org/iuc30call
The Unicod ...
|
Can non-Unicode application use a Unicode font?
Sat, 08 Apr 2006 00:24:13 +0900
Hi,
I have an application developed on English environment and I am sure the
author had never had such an anticipation using it in east Asia.
But now we do use this application on Japanese version windows 2000.
On one of its tools, there is a input box where you can input something
to send to ...
|
Mayorista Importador Exportador de cd y dvd www.Media-Set.net .Distribuidor Verbatim Princo Imation Benq Traxdata
Fri, 7 Apr 2006 11:06:24 +0200
www.Media-Set.net http://www.Media-Set.net
Mayorista Importador exportador distribuidor de cd cd-r y dvd-r
dvd+r verbatim traxdata princo imation benq.
Disponemos dvd-r dvd+r 4,7gb 4.7 gb cd-r 80" minicd minidvd , www.Media-Set.net http://www.Media-Set.net
SErvicio Seur 24/48 horas. Tarifa Plana de Transpo ...
|
Localize non-object resource in big project
Mon, 3 Apr 2006 21:34:02 -0700
Hi,
I have 20 projects in one VS 2005 C# project solution. I will give customer
the exe and other dll. If customer want to use my project in other languages,
they can get translator to translate default resource file (which I will give
customer). After customer get back the resource file, customer can use ...
|
|
|
Localizing Percentage value
Sun, 2 Apr 2006 08:54:01 -0700
Hi,
I'm running into issue using culture specific percentage value formatting
using .Format("P).
My code is:
NumberFormatInfo.nfi = new CultureInfo("en-US").NumberFormat;
dst.Text = d.ToString("p", nfi);
where:
d is a double value.
According to MSDN help online , the value should be formatted ...
|
Difference between CurrentCulture and CurrentUICulture
Fri, 31 Mar 2006 12:11:42 +0200
I have an application localized for Germany and Switzerland. International
settings on my computer are set to German (Switzerland).
After I start the localized application on my computer the translations for
German (Germany) are displayed.
If I put the following line before the call to InitializeComponen ...
|
Problem Setting the Time Zone with SetTimeZoneInformation
30 Mar 2006 14:23:18 -0800
I'm writing an application for Windows XP Embedded. This application
requires that the user be able to change the time zone from within the
application. I'm trying to do this using SetTimeZoneInformation, but
it's not working correctly and I can't figure out why. I'm using Visual
C# to write the application.
...
|