Tagged Questions

0
votes
2answers
28 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-suppor …
0
votes
3answers
25 views

Saving DateTime object on UK Dev Server vs US Live Server

I have a site that saves a date in my model to the database. After launching my site I realised that the server has US regional settings so I had to make sure that all date's on t …
1
vote
5answers
91 views

.NET How to compare two Strings that represent filenames ignoring case correctly

Given that (at least on NTFS) the filesystem on Windows is case insensitive, I would like to compare String fileA to String fileB as such: fileA.Equals(fileB, StringComparison.Cur …
2
votes
1answer
25 views

Culture problem reading formatted decimal values

Hi, I have an console application (that also is run as a service when deployed). I'm reading values that originates from a text file. The problem is that I can't get the decimal v …
2
votes
4answers
59 views

Choosing routing.yml based on user culture?

In my Symfony application I would like to choose the routing.yml based on the current user's culture; 'en' => routing.en.yml 'no' => routing.no.yml and so forth. Any sugg …
0
votes
1answer
54 views

Override culture when using GetGlobalResourceObject or GetLocalResourceObject in ASP.NET

I've implemented localization in this ASP.NET project using resource files and that's working as expected. But there is one situation where I have to display the whole page in one …
2
votes
1answer
136 views

JavaScript: Format number/currency w/regards to culture like .NET’s String.Format()?

This seems like a problem someone would've already solved in the year 2009, but I can't find a decent JavaScript library that will take a number like: 12345.58 And format it corr …
1
vote
3answers
81 views

How to change Culture?

Hi! Sorry my very poor english ... I'm using asp.net control toolkit to do a calendar on asp.net mvc, and it works fine! But it is in english format date. How can i change to pt- …
1
vote
4answers
230 views

Set Culture in an ASP.Net MVC app

What is the best place to set the Culture/UI Culture in an ASP.net MVC app Currently I have a CultureController class which looks like this: public class CultureController : Cont …
1
vote
1answer
31 views

Localized tables and Entity Framework

Hi all, I have a scenario where I need to localized values of objects in my database. Let's say you have an application that can create animals, if the user is english the value …
0
votes
1answer
85 views

get cultureinfo with country code

Hi, I try to get CultureInfo with country code. I'm using hostip.info for getting country code. For example, "http://api.hostip.info/?ip=207.46.197.32&position=true" returns …
0
votes
6answers
126 views

Should i use ISO 3166 country codes (US) or culture codes (en-US) ?

ISO 3166 has a list of 2 character country codes such as US, UK, FR. A shopping cart I've used has both these codes and also the culture codes such as en-US or en-UK. For a separ …
38
votes
38answers
3k views

How can I get rich just programming

What are the known cases where a programmer (just by programming) can become rich. A programmer that started a company, I think, doesn't count except if he/she was not the CEO bu …
0
votes
1answer
22 views

How do I set a custom culture before the page is rendered?

I have created a custom culture for client-specific language, i.e. I have resx files for that culture. The issue I have is that I can't seem to set the culture early enough in the …
38
votes
16answers
1k views

Pirated software at a company?

I recently had a position at a small web development shop in the US where virtually all software used on a daily basis was cracked. My own IDE was paid for, and I used open source …

1 2 3 4 5 next
15 30 50 per page