| Thread | Last Post | Replies |
|
| how to localize the commondialog items | 31 Aug 2006 07:47 GMT | 1 |
I have resx files that contain the strings for all my localizable items. However, I open .net dialogs, like FolderBrowserDialog. How does the text in there become localized ?
|
| Unicode CSV files | 30 Aug 2006 05:47 GMT | 1 |
I've posted this in the Excel forum but thought someone here may be able to help. I need to write unicode csv files from a dotnet application to be opened in Excel.
|
| Purchasing foreign language copies of Windows XP? | 29 Aug 2006 05:57 GMT | 1 |
I have a brief question. Where can one go in the U.S.A. to buy copies of Windows XP in foreign languages? The languages of immediate interest are Chinese, Korean and Vietnamese. Thank you, eugen
|
| Displaying Korean font | 26 Aug 2006 09:06 GMT | 2 |
I am trying to get the korean text from my resource file and print in my console. Console.WriteLine(resources.GetString("HelloWorld")); Instead of printing the korean text it prints ??????? and in debugger watch
|
| ascii value ? | 24 Aug 2006 18:36 GMT | 6 |
we are trying to do a japanese website which is integrated an US english e-commerce website. the japanese folks whom we work with currently have a translation program (in VB) which supposedly translates the japanese (postal) address into a corresponding english
|
| Winform Right to Left layout mirroring issue | 13 Aug 2006 02:35 GMT | 4 |
I have noticed something strange in Right to Left mirroring in Visual Studio 2005. I have noticed that if rightToLeftLayOut propery and RightToLeft property in a form containing a TabControl is setTo true, the controls
|
| International language change during runtime. C#.NET 2005 | 12 Aug 2006 23:35 GMT | 5 |
I am using VS.NET 2005 and .net framework 2.0. I would like to change window application UI language at run-time. I don't seem to find any example for that. Since MSDN have mention that there is a way to change window application UI language at run-time without compile the ...
|
| Resource Files in .Net 2005 | 10 Aug 2006 23:04 GMT | 1 |
Hello guys, I have a (small?) problem with resource files ever since I switched to .net 2005. in vs.net 2003, generally, i would handle resource files like so : in the page_load event, I detect the selected language in session, then
|
| Auto Generation of Resource Files for Satellite Assemblies | 08 Aug 2006 01:09 GMT | 1 |
Is there an automatic method for loading resource files for a ASP.Net v1.1 application, or does one have to do it manually? Thanks
|