culture
OleDB Read Excel decimal value
I am using OleDB Ace 12 to read an Excel (xslx) sheet containing a column with decimal values. When I open the Excel sheet on m开发者_JS百科y PC a decimal value is correctly formatted as 1.850,50 (NLD[详细]
2023-01-20 01:23 分类:问答Can you make sure all threads are started with a specific culture?
In my windows service, Spring.NET creates some threads handling jobs. Is it possible to make sure all these threads are started with a specific culture? Or do I have to set the culture in each thread?[详细]
2023-01-19 06:14 分类:问答CompareValidator currency check does not work with French formatted numbers
I have a salary TextBox and an associated CompareValidator, which is setup as follows: <asp:CompareValidator ... Operator=\"DataTypeCheck\" Type=\"Currency\" />[详细]
2023-01-19 01:56 分类:问答ASP.NET reset thread culture after use?
If I set Thread 开发者_如何学编程Culture and UICulture for one ASPX, after pass for that page, all my aspx that use the same thread(not same request) will have the same Culture?[详细]
2023-01-16 18:48 分类:问答Problem in Internationalization - English DLL data is always displayed
I have a requirement where my UI should be shown in 5 different languages apart from English. I have created two DLLs[详细]
2023-01-15 00:57 分类:问答How can I change resource files for a c# winform app, without changing the culture?
We have a winform app that has been in development for some time.It has several images and control colours that create a branded experience.We have a second customer who would like the same product, b[详细]
2023-01-09 22:47 分类:问答Date.js culture info is confusing me
I\'m including date.js (from datejs.com) and the en-IE culture info script. If I call alert(Date.CultureInfo.dateElementOrder) I see the correct dmy, but if I try to interpret the date 02/03/01 I get[详细]
2023-01-08 04:04 分类:问答How do you implement a culture-specific address form using ASP.NET MVC?
We currently have a WebForms control with an update panel. The code-behind contains logic to show/hide fields based on the s开发者_运维技巧elected country. This is fine for WebForms, but we ware movin[详细]
2023-01-07 13:22 分类:问答How to see resource file content in Visual Studio when created pro programmatically
I created a resource file programmatically. File got created successfully. But when I tries to open it in Visual Studio or notepad it shows me some encoded char开发者_如何转开发acters. I was expecting[详细]
2023-01-06 11:40 分类:问答Change culture of Silverlight application
I am working on a Silverlight app at the moment.I have a few datagrids/textblocks where I use standard binding to show values, some of which are dates. e.g.[详细]
2023-01-05 04:18 分类:问答