| Thread | Last Post | Replies |
|
| Problem with AL.exe | 30 Apr 2007 05:46 GMT | 1 |
When i add new resource files to my usercontrol project and i compile the project a i get a error message in the event log Activation context generation failed for "C:\Windows\Microsoft.NET\Framework\v2.0.50727\AL.exe". Dependent Assembly
|
| Detecting whether Chinese characters are installed | 20 Apr 2007 20:02 GMT | 2 |
I have a dropdown for language in my application. I use the CultureInfo.NativeName to display the language in the dropdown list (combo box) (CultureInfo is a .NET class) However, on a US English copy of Windows, if I do not have the East Asian
|
| Default language | 20 Apr 2007 09:46 GMT | 2 |
I am writing web and desktop applications that need internationalization and all of these applications will have a default language, say English. I know I have to create the different resources for each language, but do I need to create one for the English
|
| Win32 API with globalization | 18 Apr 2007 22:01 GMT | 3 |
Can anyone suggest on the behavior of Win32 API in different langauge OSs? For example, if I'm using a Win32 function like "GetClassName" in C#.NET application, how different will the string values returned by this function be?
|
| Localization best practices | 16 Apr 2007 12:20 GMT | 3 |
Is there any good resources on good practices about localization in .NET applications (Win and Web). More precisely, the advantages and disadvantages of using resources files compared to other possible approches (we currently use a database table to store our localizable
|
| Internationalization AND Customization | 05 Apr 2007 16:57 GMT | 2 |
I have a Delphi App that I am rewriting in .net This application manages different species of animals, so many labels are different depending on the species. eg: species offspring
|
| Redirection policy file for multiple satellite assemblies | 03 Apr 2007 05:10 GMT | 1 |
Hi NG ! I have to redirect 24 satellite assemblies to a new version. I would like to do that with one policy file which looks like this: <configuration>
|