| Thread | Last Post | Replies |
|
| Non-control strings | 20 Dec 2005 12:51 GMT | 2 |
I understand the method of localizing control text by changing the Localizable property to True and setting the language and entering the text for each language. Works just fine. It even displays the language chosen when you run it, even on an English copy of the OS, also ...
|
| Configure Time and TimeZone Programatically | 15 Dec 2005 06:24 GMT | 2 |
What is difference between a local time and a system time, Correct if I am wrong, system time is time of the system server where your computer is connected. So, if I would change system time I need to change the tme on the server. Right?
|
| Change language on the fly | 13 Dec 2005 18:28 GMT | 1 |
is there a way to change the language of a winform (and perhabs of an asp,net) application during runtime on the fly, without the need to restart the the app? Thanks for your help
|
| .NET with Excel / Regional settings do not match language of Excel | 08 Dec 2005 19:19 GMT | 3 |
Thanks to the person who told me to change the current thread's locale to US-English when trying to communicate with Excel when the regional settings (such as French-Canada) do not match the language version of Excel. Our Excel utility which finds the differences between Excel ...
|
| Where can I find codepage 50930 and/or 50939 | 07 Dec 2005 11:19 GMT | 3 |
We are writing an international application which requires translation of data from Japanese (EBCDIC) codepage to unicode. I've found references to codepages 50930 and 50939 at the following URL http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/unicode_81 rn.asp
|
| Localizing Menu Items - Help | 07 Dec 2005 05:54 GMT | 2 |
The norm in .Net seems to be keying the name of the control in the resource file for a value in the particular language. For e.g., if cmdOpen is a commad button, then: MyResource.en-us.resx will contain:
|
| Problem during converting Shift-JIS characters to Unicode using System.Encoding | 06 Dec 2005 10:51 GMT | 5 |
I have a problem with System.Encoding. The problem is converting character set string to Unicode string. I have created the following function which should convert a given characterset string to Unicode string, but it is not working.
|
| copy to pasteboard international text (to Notepad) | 03 Dec 2005 01:27 GMT | 1 |
I try to copy text from a home made TextView to Notepad. If I paste international text FROM notepad I get 3 pasteboard type: -System.String -Text
|
| Hebrew Calendar | 02 Dec 2005 16:08 GMT | 2 |
I am trying to display a hebrew calendar drop down or month view control in a windows forms. I am unable to find any third party controls that do that. Is there a way to do it with the built in localization features of the framework?
|
| Problem during converting Shift-JIS characters to Unicode using System.Encoding | 02 Dec 2005 15:15 GMT | 1 |
I have a problem with System.Encoding. The problem is converting character set string to Unicode string. I have created the following function which should convert a given characterset string to Unicode string, but it is not working. Public Shared Function ...
|
| Is it possible to use a non-gregorian calendar in English? How? | 01 Dec 2005 14:34 GMT | 1 |
I want to use a calendar web control that will display a non-gregorian calendar. When setting the CultureInfo.DateTimeFormat.Calendar = new Calendar() it works but the language is the Culture's language, and I want it to be displayed in English. E.g. When trying to display a ...
|