| Thread | Last Post | Replies |
|
| !!! CultureInfo NativeName BUG !!! | 31 May 2005 21:01 GMT | 3 |
NativeName property of "uk" and "uk-UA" CultureInfo is misspelled.
|
| getting System.Resources.MissingManifestResourceException | 27 May 2005 10:16 GMT | 2 |
I am getting the below error message when I add the statement <Assembly: NeutralResourcesLanguage("en-US")> in AssemblyInfo. "System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture (or the neutral culture) in
|
| Satellite assemblies are not downloaded since framework 1.1 sp 1 | 26 May 2005 20:26 GMT | 7 |
Since I installed service pack 1 of Framework 1.1, no satellite assemblies containing language-specific resources are downloaded when I start my application from an URL. I have created a WinForm application with three resx files: one neutral, one
|
| Use IME in Webforms.Textbox | 26 May 2005 19:43 GMT | 1 |
I'm developing an webclient with ASP.NET in VB, which will be used by european and chinese users. So the fields in die underlying database are defined as nvarchar. I've installed the support for east-asian-font in my Windows XP and the IME
|
| How do I reset localization? | 26 May 2005 19:00 GMT | 5 |
I have a form that I localized into German, but I want to go back to what is on the default and start over... I tried deleting the .de.resx file but that only led to lots of errors... How do I start a localazation over from scratch??
|
| VIsual Studio Project and Internationalisation | 26 May 2005 18:53 GMT | 1 |
I've followed the example in the WorldCalc app in the SDK 'Tutorial' directory, and it all looks OK. But I can't help thinking that there must be some facility in Visual Studio to manage these files?
|
| Create resource for a Class | 26 May 2005 18:51 GMT | 2 |
Hi Excuse my english is not perfect I have a program with forms and classes. All of my forms contain default resource .
|
| Internationalization and Performance | 26 May 2005 06:18 GMT | 1 |
does anyone have any figures (percentage or otherwise) that reflect any degradation of .NET application performance when they have been made world ready and localized? Thanks in advance for any help
|
| ResourceManager only gets default language | 25 May 2005 19:50 GMT | 5 |
This post is not a question, but it took me a lot of time for me figure it out and this was a gotcha. So I decided to share this with the .NET community. [Symptom]
|
| Final Reminder! 28th Unicode Conference-Call for Papers-Orlando, FL-September 7-9, 2005 | 22 May 2005 18:09 GMT | 5 |
Send in your submissions now! Due date is May 20! Call for Papers! Twenty-eighth Internationalization and Unicode Conference (IUC28) Unicode 4.1 - Multilingual Challenges and Solutions for 2006
|
| Localise Strings literals in the Default Resource | 19 May 2005 07:27 GMT | 1 |
Excuse me, my english is not perfect. I have a lot of String literals embedded in my source code, but if one day I would localize my code it will be dificult, so I put the Strings literals in the default resource.
|
| Project Build Error PRJ0025 | 16 May 2005 04:49 GMT | 2 |
Hi£¬you guys, I'm a newbee in VS .Net I installed a VS .Net 2003 Chinese Professional in my Chinese WinXP PC. When compiling any cpp file, I got chaos codes in my output window, such as:
|
| listview.imageindex | 05 May 2005 01:20 GMT | 1 |
After I create new cultures for my application, the icons of my listview desapeared. They are defined at run-time, depending on the status of the data it is added. When I use listview.imageindex no errro occur, but no image appears. It happens on both cultures (en-US, pt-BR). The ...
|
| Get system location info | 04 May 2005 18:07 GMT | 3 |
I need to get the information specified in the system regional & language options -> regional options -> location. I thought regional info is linked to CurrentCulture, but couldn't find this location info anywhere.
|