Tagged Questions
1
vote
0answers
146 views
SQL Server datetime culture (localization) headache
SQL Server 2005. Visual Studio 2010. ASP.NET 2.0 Web Application
This is a web application that supports multiple languages, one of them is Korean. I have “langid” in the query string to ...
0
votes
2answers
496 views
How to insert two rows in one column with same id, different cultureId and in different Languages?
I have a table Culture, Companies and CompaniesLocale. In Culture table i have CultureId, CultureCode and DisplayName , in Companies i have CompanyID, Name and in CompaniesLocale I have CompanyID, ...
2
votes
2answers
415 views
SQL Server: how to set return format?
Question: The new SQL Server 2008 database returns me values formatted English (date/float).
Is there a way I can set the return format ?
For example temporarely switching the database language?
Or ...
0
votes
2answers
1k views
Culture-conversion in C# with DateTime
I'm having trouble getting my ASPX-App to work on the productive server. As my local environment is german but the server is english and my whole code didn't provide culture-support, I'm currently ...
1
vote
1answer
2k views
does SQL Server consider culture/locale when converting values to/from strings?
I'm attempting to update a large codebase to properly specify the CultureInfo and/or IFormatProvider when formatting/parsing values. For instance, when parsing a value I get from the user, I pass ...