| Thread | Last Post | Replies |
|
| Help with Dotfuscator and localizable app | 29 Sep 2005 02:19 GMT | 6 |
Dear users and developers, I have an problem using Dotfuscator Community Edition, i have developed an multilanguage application and want to use Dotfuscator on it, but when i try to launch my application
|
| Command "Resgen" is not valid.? | 28 Sep 2005 17:59 GMT | 1 |
I was following steps to create a sattelite ressource assembly that said. Run resource generator utility on this resource file by using the Visual Studio .NET command prompt. The command for generating a .resources file is: Resgen MyResource.en-GB.resxThis will create a binary ...
|
| Satellite Assemblies and Win Forms | 26 Sep 2005 22:14 GMT | 8 |
I’m creating a project which uses Satellite Assemblies (SA) to isolate localized resources. The solution contains eight library projects, one GUI control project and one Windows Form project. I know how to approach SA for library projects, but I do not have any idea
|
| DateTime.ToShortDateString() doesn't format the date in my local (danish) format. | 23 Sep 2005 15:56 GMT | 2 |
When using the DateTime.ToShortDateString() method, I want the resulting string to be in the local format, which in this case is danish format. This works on most of our servers, but on one of the servers, my web service formats the string in the american (or english?) format, ...
|
| Find out what symbol is used for decimal separator and list separa | 20 Sep 2005 20:07 GMT | 1 |
I'm currently writing C# .NET code that uses Interop to communicate with Microsoft Excel. How do I find out what the Control Panel ---> Regional and language options have set for the
|
| Handling formatting in localized strings | 13 Sep 2005 09:53 GMT | 3 |
I've been thinking about this problem lately and can't figure out a clean way to solve it. The problem is: I'm storing localized strings in a db (planning to keep the most requested languages on cache). I figured out a way to keep
|
| CodePage Web And EBCDIC | 12 Sep 2005 14:04 GMT | 1 |
Is there a particular code page I should be using to handle my web forms data eventaully bing converted to EBCDIC?
|
| Need Help to create multilanguage Web Site | 12 Sep 2005 08:27 GMT | 1 |
i am new in asp.net. i have to develop multi language Website (Eng & Arbic). i want to use .Net Localization feature. but i don't know where to start. can any body guide me or any sample project would be greatly appricated :) Thanks in Advance.
|
| ASP.NET Application Regional Settings | 10 Sep 2005 04:59 GMT | 2 |
I just deployed my application to customer site and i facing an issue which the decimal point in application always show as ","(comma). I found that their server regional settings is set as "Malay(malaysia)" which the decimal point should be shown as ",".
|
| Localiszation & codepage | 08 Sep 2005 02:04 GMT | 10 |
How do the two (if at all) interact - is a localization a particular codepage? Take en-us and en-uk pound symbol for instance. (excuse my ignorance if en-uk doesn't exist) Regards
|
| CodePages & ASCII | 06 Sep 2005 01:01 GMT | 3 |
Do all codes pages have the standard ASCII character set i.e. 0-127 chars then extended ascii would depend on my loaded code page? Robert.
|
| Incorrect Vietnamese Collation in VS 2003 & 2005 Beta 2 | 05 Sep 2005 18:54 GMT | 5 |
I have tried to sort Vietnamese words after setting the Culture property, but the result is still in wrong order. Code: Thread.CurrentThread.CurrentCulture = new CultureInfo("vi-VN");
|
| 1252 code page | 05 Sep 2005 07:28 GMT | 5 |
Is codepage 1252 available on all windows OS's in all languages? If not is there a standard 7 bit charset that could be used and will always work on all OS's? Bob
|
| A Localization Problem... can anybody help? | 02 Sep 2005 21:09 GMT | 1 |
Hi all, i would appreciate any clue... thanks! Unsuccessfully i tried to solve this next problem: i have an EXE file which downloads from a remote server the dll's it works with;
|
| Localization and IIS Performance problem | 02 Sep 2005 21:05 GMT | 1 |
I have a strange Localization Problem. I wrote a small applciation in C#. this application is in english. now , I need to add another languages support (i.e. German). I did all the necessary changes to make it work
|