| Thread | Last Post | Replies |
|
| Resource File Manipulation | 28 Feb 2005 13:47 GMT | 3 |
I have used ResourceWriter and ResourceReader for writing a reading resource files. What I want to know is, can I open a resource file in "Append" mode so that I can read entries from it and add new entries that don't yet exist ?
|
| Question about currentCulture class. | 25 Feb 2005 17:35 GMT | 1 |
I am writing a .NET based web application which is localized also. I am using Form Authentication and I use following code to transfer to the next page: FormsAuthentication.RedirectFromLoginPage(email, false);
|
| strong named assembly doesn't find satellite assemblies | 25 Feb 2005 13:05 GMT | 2 |
i have an assembly which uses satellite assemblies. The ResourceManager finds the resources and everything works fine. But when i make this assembly strong named by placing [assembly: AssemblyKeyFile(<path-to-Keyfile>)] in AsseblyInfo.cs and recompile my solution the ...
|
| How to debug WinRes.exe for Form that has subclass ? | 25 Feb 2005 08:12 GMT | 2 |
I have a series of forms and controls that I would like to localize using WinRes.exe. These forms come up OK with Visual Studio, but I get the error "Value does not fall within the expected range" when I attempt to bring up these forms with winres.exe
|
| Best Practies question | 24 Feb 2005 20:08 GMT | 4 |
Hi everyone, and thank you in advance for sharing your insights on my questions. I have an application with many assemblies that contain strings that need to be localizable. My question is: where do I put the resources containing the
|
| Displaying Chinese Text in a RichTextBox Control | 24 Feb 2005 12:29 GMT | 2 |
I am trying to display some chinese text in a RichTextBox but am having some problems. I open a .txt file which contains chinese text. I then convert the text using the appropriate codepage and the .NET Encoding class and the string in
|
| ANSI encoded file and Japanese Character rendering on a Japanese workstation | 24 Feb 2005 10:58 GMT | 3 |
A japanese customer sent me a file, ids.txt, containing a list of Employeed ids. These ids are a mix of "Japanese Characters" and English characters. I can open this file in notepad on a
|
| ImeMode.On And ImeMode.Off | 24 Feb 2005 09:13 GMT | 2 |
What do ImeMode.On and ImeMode.Off actually do ? From what I can see they don't appear to actually do anything. The documentation says that they turn the IME on and off but the IME remains active and usable even when a TextBox's ImeMode is Off. I'm obviously missing something but ...
|
| winres | 24 Feb 2005 02:53 GMT | 6 |
I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how ...
|
| HtmlInputFile control in Japanese | 24 Feb 2005 00:44 GMT | 4 |
Can I specify the text of the "Browse..." button generated by this control (the html <input type="form"...> control)? It needs to be Japanese but I don't know how to tell the user agent that renders this control to display the "Browse..." text in Japanese.
|
| Pseudo-Localize First | 23 Feb 2005 17:06 GMT | 4 |
We're introducing a new approach for producing internationalized and localized software. We invite criticism and comment on this "pseudo-localize first" strategy. Does it pass the "laugh test"?
|
| Custom Globlization.Calendar | 23 Feb 2005 13:16 GMT | 1 |
I know how to load Cultures & resources but I'm still unable to load my custom calender Cultureinfo ci= new Culureinfo("ar-EG"); Thread.CurrentThread.CurrentCulture = ci;
|
| Easy way to manage localization? | 23 Feb 2005 10:12 GMT | 5 |
I have an application which is going to need to be localized. It's been trivial to use the ResourceManager to enable me to store all my in-code strings within a text file and simply compile it to a resource DLL, having one for each language.
|
| Culture vs UICulture | 22 Feb 2005 18:11 GMT | 8 |
I'm fairly new to the .NET internationalization mechanism. I'm trying to understand what's different about the following and when I need to use 1 vs the other. If I retrieve: Thread.CurrentThread.CurrentCulture
|
| Where LPINPUTCONTEXT and etc. are defined? | 22 Feb 2005 15:29 GMT | 3 |
Hi, friends, Any one knows that where LPINPUTCONTEXT, IMMGWL_PRIVATE, IMMGWL_IMC, and etc. are defined? I included <imm.h> and <ime.h>, linked to imm32.dll, VC++ still complains
|