| Thread | Last Post | Replies |
|
| Localization of Windows applications | 21 Feb 2005 10:03 GMT | 1 |
A question regarding resources and localization: My application has several modules (some exes and some dlls). The exes are windows forms based modules built in C#. My solution has different projects for these exes and dlls.
|
| Unicode and ofstream | 20 Feb 2005 22:59 GMT | 5 |
I have a very simple program below. I am trying to output Unicode characters in a file. ----------- ofstream logFile("myLog.txt");
|
| Crystal reports internationalization | 18 Feb 2005 19:11 GMT | 1 |
We're developing a system using the Crystal Reports tool bundled with Visual Studio .NET 2003 to build our reports. Our system is fully internationalized, but AFAIK there is no way to localize a Crystal report other than to translate
|
| General questions | 18 Feb 2005 07:28 GMT | 1 |
I am about to embark on a large asp.net project and I have a few basic globalisation questions that I would appreciate help with. 1. Does one need to cater for 'vertical' languages (Japanese, Korean, Chinese, etc) or are there simplified versions that can be displayed
|
| Unicode mit .NET? | 18 Feb 2005 00:58 GMT | 2 |
can I use winforms to display unicode characters? Or I must do something more? Thanks Nhan
|
| Directory Exists In Japanese | 17 Feb 2005 23:39 GMT | 5 |
I've got a simple C# app that needs to know where the Shared Docments folder is. So it dutifully calls SHGetFolderPath and retrieves it successfully on various languages - in particular Japanese. By looking at the value via MessageBox.Show() calls under True Japanese XP,
|
| Globalization | 17 Feb 2005 08:03 GMT | 3 |
What is the best approach to supporting multiple languages for lsit items serverd up from a database. For instance a french translation for the products table. These translations will have to availaible for reporting as well. From http://www.developmentnow ...
|
| Display of Japanese and Chinese Text in a Textbox | 17 Feb 2005 06:05 GMT | 6 |
I have a C# application on Windows 2000. When typing in a text box using the Japanese or Chinese keyboard, the characters appear properly. However, once focus is lost on the field, the characters display as a series of boxes. I must highlight the text, right-click, and select ...
|
| ASP.Net Web Server Control Template | 17 Feb 2005 04:36 GMT | 1 |
Hi, I'm facing a little problem with an ASP.Net DataList Template. Inside this Template I put an asp:linkButton control and set it's text to "Click me". When I tryed to get the value from a Resource with a ResourceManager object and write it to the control's text property inside ...
|
| Question about setting a culture | 17 Feb 2005 01:18 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);
|
| Form.RightToLeft doesn't respect GetProcessDefaultLayout | 15 Feb 2005 09:02 GMT | 3 |
The System.Windows.Forms.Form.RightToLeft property doesn't respect GetProcessDefaultLayout. (I say this because calling SetProcessDefaultLayout before the form is created has no effect on the form yet GetProcessDefaultLayout reports that the default layout has been set). Why
|
| Corrupted Japanese character in VC7.1 | 11 Feb 2005 04:28 GMT | 6 |
I am very new to international programming and have a basic question. I created a Japanese Hello program using VC7.1. All it does it to output Hello in Japanese. The code below, however, outputs garbage characters. I saved the C++ file as Unicode, but it appears that it does not ...
|
| What is the correct way of specifying mixed strings with parameters... | 11 Feb 2005 01:47 GMT | 2 |
I have a stupid qustion, but I am not able to find the correct way of specifying an format-string which contains Right-to-Left strings... Here is the string: In english it should look like:
|
| Windows 2000 Pro - Arabic Text Issue when using Microsoft CDC class. | 11 Feb 2005 00:32 GMT | 2 |
I would greatly appreciate any help with the following problem. I am using Windows 2000 Pro and want to display Arabic text in an MDI window. I have set all the regional options to be Arabic(Saudi Arabia)
|
| Changing the Text to japanese | 01 Feb 2005 01:13 GMT | 1 |
(Type your message here) -------------------------------- From: Smitha Ghatke hi
|