| Thread | Last Post | Replies |
|
| How to prevent DBCS input in asp.net pages | 31 Aug 2004 08:28 GMT | 1 |
I have a web application that collects data. The page is localized and displayed in multiple languages including Chinese and Japanese. However I do not want the users to type any DBCS characters in the input fields. Is there any way to prevent the users from entering DBCS ...
|
| Oracle and .NET internationalization issues | 28 Aug 2004 07:44 GMT | 2 |
I am building an app using ASP.Net, C# and, to begin with, an Oracle 9i/10g back-end (but a SQL back-end is planned). For data access, the managed provider for Oracle is used. The plan is to type only the columns that hold text NCHAR/NVARCHAR/NCLOB and
|
| Excel automation code fails in non-English Standard and Formats | 27 Aug 2004 18:52 GMT | 2 |
I have a English Windows XP and Office XP. I installed MUI , set Standard and Formats to "Chinese, set Language to Chinese, via Control Panel/Regional and Language Options dialog. When I run a VB.NET(1.0) code that uses Excel automation, it failed in the third line as shown in ...
|
| Impersonation Stops Language Resources Working | 23 Aug 2004 12:26 GMT | 2 |
My ASP.NET application has internationalised string resources via satellite assemblies in the usual way. Everything was working fine and changing culture correctly switched the resources into the appropriate languages.
|
| CurrentCulture and CurrentUICulture values | 21 Aug 2004 07:47 GMT | 4 |
I am writing an app, and I would like for it to use the current system locale to load those resources as default. It seems that no matter what I set my system locale to (WinXP), when I check the CurrentCulture and CurrentUICulture before having explicitly set them, they always ...
|
| Getting currency information | 20 Aug 2004 10:12 GMT | 1 |
In our system we use multiple currencies. Information about currencies (as contained in NumberFormatInfo) only seems to be possible to be retrieved by specifying a culture. I want to be able to get this information by just specifying the currency (e.g. by specifying the ISO code).
|
| Problem with XML with Turkish letters | 17 Aug 2004 14:12 GMT | 3 |
I'm developing a program that downloads XML files from a website to update it's database. All data is downloaded with UTF-8 encoding, It's also saved to disk with UTF-8 encoding. These XML files are first Transformed with XSLT before loaded into a dataset
|
| Am I in a special case of Localization | 16 Aug 2004 11:51 GMT | 1 |
Hi, I have a Web App. in C# with Framework 1.1 using VS 2003. I want the application to detect the language of the user the first time it connects and also, the user must be able to switch to another language. I would then save the choosen language to cookies and set the thread to ...
|
| Refreshing application dynamically to use the latest satellite assembly | 16 Aug 2004 11:43 GMT | 1 |
Is there a way to dynamically change or refresh application to load from a satellite assembly? Say, I have my own control which is developed with en-us as a default language, and has several satellite assemblies. Whenever I make changes to
|
| Tool for opening resource dlls? | 16 Aug 2004 08:32 GMT | 5 |
I'm looking for any tool, shareware or not, to simply open a localized resource .dll so I can examine what's within it. Anyone have suggestions? Thanks much, Eddie Berman
|
| EURO symbol in XML DOM | 10 Aug 2004 02:37 GMT | 1 |
When I am running a search using XML DOM Set nodeItem = root.selectSingleNode("?ABC") I get an error message: "Unexpected character in query string"
|
| turkish character display problem. | 02 Aug 2004 11:47 GMT | 2 |
hello. i am using vb.net in my asp.net application and i want to display turkish chractera on my web pages. but i can't display. i used below codes in web.config file. merhabaler hazırladığım bir sayfada tamamen türkçe database ve metinlerde türkçe. ben web.config de <globalization ...
|
| Custom Cultures under ASP.NET 2.0 | 02 Aug 2004 11:26 GMT | 1 |
Could anyone tell me how to implement custom cultures in ASP.NET 2.0, such that it automatically picks up application and page-level resources from the Resources and LocalResources application repositories ?
|
| ASP.NET 2.0 : Custom Cultures | 02 Aug 2004 11:26 GMT | 1 |
Could anyone tell me how to implement custom cultures in ASP.NET 2.0, such that it automatically picks up application and page-level resources from the Resources and LocalResources application repositories ?
|