| Thread | Last Post | Replies |
|
| DateTime.Parse for yyyyMMdd | 26 Nov 2004 17:49 GMT | 3 |
i have a date in the format yyyyMMdd. When I try to parse this I get the following error: string was not recognized as a valid datetime. I use the following code: CultureInfo culture = new CultureInfo("en-US");
|
| Seeing ?s When I Should Be Seeing Accented Characters | 22 Nov 2004 14:42 GMT | 1 |
Having implemented the advice I got from MichKa and Mihai (thank you gentlemen) I have made great progress. I got rid of the hang and the accented characters are no longer disappearing. But they appear as question marks. I'm guessing that in the language of
|
| Encoding.Unicode Causes Hang ... | 22 Nov 2004 03:52 GMT | 1 |
Well ... I'm sure a better subject would be "Improper Use of Encoding.Unicode Causes Hang" (And thanks Mihai for your assistance.) Clearly I don't know how to use Encoding.
|
| Encoding for the Spanish Accented Characters | 21 Nov 2004 20:56 GMT | 1 |
I have an encoding problem. But how do you determine which encoding handles which characters? I've tried to find such info in MSDN but have not been able to find it. I suppose Unicode handles 'em all, but maybe that is overkill. My specific problem is with the accented ...
|
| Localize error message and messagebox content problem. | 20 Nov 2004 19:11 GMT | 1 |
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
|
| How can i localize TextBoxes | 17 Nov 2004 18:00 GMT | 1 |
I am localizing my appliation according to the users' local. All the labels and Msgboxes displyaed according to my local's language. But when user type something in the textBoxes it always type in English, even i change current UI culture and windows culture.
|
| always using a dot as decimal symbol? | 15 Nov 2004 19:17 GMT | 1 |
I've been reading somewhere that it is possible to set the decimal symbol (culture) to a dot no matter what the regional settings are set to. It was something like Thread.culture(en-US) or so. I will need it for converting doubles to strings throughout the program.
|
| I don't see a download for hebrew for the .net framework. | 09 Nov 2004 03:32 GMT | 1 |
What should be downloaded for .Net on a Hebrew Windows XP OS?
|
| MessageBox and Internationalization | 04 Nov 2004 19:40 GMT | 14 |
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
|
| Store in a file a web page written in chinese | 04 Nov 2004 19:03 GMT | 5 |
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 ...
|
| Adding custom cultures | 03 Nov 2004 03:32 GMT | 3 |
I need a good example of implemented custom culture, particularly custom sorting. I have been digging all over for this in vain, so please help me.
|
| First letter index | 02 Nov 2004 16:18 GMT | 5 |
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.
|
| Setting different field length for different languages. | 02 Nov 2004 11:05 GMT | 1 |
In my application I have to set different max length for fields for different languages eq. for english : field lenth will be 10 and for french input it can be 12 chars. Can you suggest any Idea for this.
|
| Problem with Locale date formatting in ASP.Net | 01 Nov 2004 19:54 GMT | 1 |
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:
|
| Missing cultures | 01 Nov 2004 16:39 GMT | 1 |
I need to localize for Welsh, culture cy-gb. When I attempt to create this culture, I get the following error: "Culture name cy-gb is not supported." Is the .net framework ever going to support this culture? I can set my
|