all groups > dotnet internationalization > december 2006
How to display other languages in Visual Studio 2003 IDE
Posted by larry at 12/21/2006 7:13:21 AM
I'm translating an application from Chinese to English. When I opened
source code, I found all Chinese string were not displayed correct. It
seems there is no encoding for Chinese. I went to
Tools-Options-Environment-International Settings, but there is not
option to add new language. Please hel... more >>
Changing the timezone for ASP.Net App
Posted by Victor Reboucas at 12/19/2006 2:06:02 PM
Hi, I have a problem that I'm pretty sure is not an usual one
I have an asp.net app that's running in a server in Texas-US but I'm
operating the system in Brasil, this means that every time I have to deal
with the current date/time (now() function) I get the values from a timezone
that's di... more >>
Question about Encoding
Posted by Franky at 12/18/2006 3:47:28 PM
I have a Command Prompt window open and select all the characters and copy
them to the clipboard (some are OEM graphics symbols).
I then read them from the clipboard:
str = CType(DataO.GetData(DataFormats.OemText, False), String)
and try to convert them to unicode:
Dim InEncoding As Enc... more >>
How to display dates according to culture
Posted by Meena at 12/14/2006 12:00:00 AM
I have set the culture for my form using
Thread.CurrentThread.CurrentUICulture
I have to display a date according to the format of the current culture.
When I display the date there seems to be no difference for ar-DZ and el-GR
culture.
How do I display the date according to the format my
... more >>
Changing Form design for a culture
Posted by Meena at 12/13/2006 12:00:00 AM
I have created the resource files for the cultures that I am in need of.
After I had saved the resource files, now I need to change the size of the
controls for a particular culture.
One way is to open the resource file, type the property name and the value
for it.
(eg) btnOK.size 40... more >>
force locale that differs from OS current culture
Posted by Robert Ludig at 12/11/2006 11:45:16 PM
In some scenarios I need to be able run my app in a different culture
than the one currently active in the OS. For example my app has to
display datetime formats, menu/dialogtexts and common dialogs (such as
the save as dialog) in englisch while the current culture of the OS is
set to german.
T... more >>
jis 2004 support
Posted by Jamunt NO[at]SPAM gmail.com at 12/11/2006 1:01:06 AM
Hi,
I want to create an application that should support Jis 2004 (JIS
0x0213).
What should i do for the same ?
In my application some of the log would be generated by the Vista ..
they will be saved in the SQL server 2K and finally dumped in an web
application.
There are 10 characte... more >>
how to add resource file to project
Posted by Meena at 12/11/2006 12:00:00 AM
I read that when the localizable property of the Form is set to true and the
language is selected, then VB.Net automatically adds the resource file for
the particular culture.
And this can be viewed using 'Show All files'
But when I set the localizable property true and selected the language a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Winres error when loading localized resx
Posted by Jared at 12/7/2006 5:27:52 PM
I have created a spanish resx file in VS, but when I attempt to load the
spanish resx file in Winres.exe I get the following error:
"The default culture file for the current culture not found, Please add
the defult culture file."
I can open the default resx file, and I want to re-iterate... more >>
Changing DisplayNames of my properties using PropertyGrid component, how ??
Posted by Tugrul HELVACI at 12/4/2006 5:07:19 PM
I'm using Delphi 2006 and I have a class defination like this:
TPerson = class
fPersonName : String;
fPersonSurName : String;
fPersonAge : Integer;
published
property PersonName : String read fPersonName write fPersonName;
property PersonSurname : String read fPersonSurname write fP... more >>
How can I get an abbreviation of the time zone?
Posted by news.microsoft.com at 12/1/2006 5:53:36 PM
Hi everyone, I'm trying to create a time string of the format 11/28/06
6:24:24 PM EST with C#, and I can get the full name of "Eastern Standard
Time", but I don't see a method to retrieve the abbreviation. Is there a
way to do this? The equivalent in Java as far as I know is the 'z' value in... more >>
|