| Thread | Last Post | Replies |
|
| Very Important Reg: distortion of the UI when localizing | 29 Apr 2005 13:42 GMT | 2 |
Hi I have a user control that contains a lookup and a grid. Im using this usercontrol in my forms. But when im changing the localization property of the form to true, this grid in the user control gets dislocated.
|
| How to localize an asp.net DropDownList? | 28 Apr 2005 06:13 GMT | 3 |
How do you localize a Dropdown list? You localize the ListItems? what if the listItems come from the Database? Do you dynamically create unique names for them?. Thanks in advance.
|
| Localized system exceptions | 22 Apr 2005 00:00 GMT | 4 |
I'm writing an application in English and running it on a German copy of Windows XP with a German copy .NET 1.1. When an unhandled .NET framework exception occurs (eg a security exception, or a SQLException) I catch it and display it. These are not exceptions I am
|
| removing accents | 20 Apr 2005 10:17 GMT | 3 |
I'm after a way to remove accents from c# strings so that, for instance, "Café" becomes "Cafe". I want to achieve the same effect as accent-insensitive searching in SQL server. I realise that it's not possible to solve this in a generic way, but my app
|
| Setting Cultures on threads/async calls | 19 Apr 2005 08:33 GMT | 1 |
I am well aware that you can manually set the culture on an executing thread but I have an application which creates a number of threads and uses lots of async calls to Web Service methods. When a new thread is created it loses the culture setting of the main
|
| TextBox can't accept international characters | 19 Apr 2005 00:19 GMT | 8 |
I am working on Visual Basic ASP.NET Web application for Serbian (Latin) Language, an I need to alow people to input text on web page in multi line TextBox. Text then goes to MSSQL database. Problem is that TextBox accept our characters and show tham on the skreen when you are ...
|
| Time format | 18 Apr 2005 05:46 GMT | 4 |
I posted the same message in VB group (it is a VB6 program), but I thought people here have better knowledge on this issue. I am using "hh:mmampm" format to display time. It works for en-US. e.g. 14:00 becomes 2:00PM.
|
| Internationalisation ? | 11 Apr 2005 16:45 GMT | 1 |
Why is it that a drivers/programs written for a Japanese Windows XP system won't display properly with a Windows XP system running with Japanese MUI ?
|
| Could not find any resources appropriate for the specified culture | 09 Apr 2005 01:17 GMT | 1 |
Firstly, I have created an Assembly with RlinkPMBAPIRes.dll Secondly, I have created an Assembly with TestRes.exe which is the calling application. 1. RlinkPMBAPIRes
|
| Bug in CompareInfo for de-DE and InvariantCulture | 08 Apr 2005 08:36 GMT | 1 |
I've posted a similar message to dotnet.framework before but got the suggestion to move to dotnet.i18n, so here I am: Recently I've stumbled across the fact that the CompareInfo for my default culture de-DE as well as for InvariantCulture considers "ss" and german "ß"
|
| Localization | 06 Apr 2005 17:42 GMT | 2 |
I am trying to get string resources localized for en-GB. Following the WorldCalc sample, I have used neutral embedded resources (String.resx file as embedded content), then used al.exe to generate a satellite DLL for the UK resources in a en-GB folder.
|
| Smart Client Downloading -Sattelite Assembiles | 05 Apr 2005 14:47 GMT | 2 |
Hi I am working with Smart Client.I am having a windows application which needs to works with Multiple Languages so i am using Sattilitie assemblies.
|