Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
6answers
7k views

Visual Studio appears to randomly adopt American keyboard layout

Gah! This is really causing me hassle today. Suddenly without warning '@' (at symbol) and '"' (double quote) are trading places on my keyboard but ONLY in Visual Studio 2008! I can't seem to find ...
5
votes
1answer
479 views

Date format broken in .net 4.0 for uk format

I'm in the process of converting a couple of sites up to .net 4.0 and I seem to have a problem with regionalisaion of dates. This code: Date.Today.AddDays((Date.Today.DayOfWeek - 1) * ...
5
votes
2answers
459 views

Accessing “Measurement System” unit names (kg/lb, m/in, etc) in C#

Windows allows configuration of Measurement system to Metric or U.S. Is there a way to use this setting to read (abbreviated) unit names in C#? e.g. when displaying a weight in Metric I want to show ...
4
votes
4answers
1k views

date format and regional settings

I'm using MS SQL 2000, VS2008, MVC and C#. I'm trying to insert and update some data using stored procedures. Some columns are of type datetime. Regional settings on both server and client are set ...
4
votes
5answers
2k views

How to read 'List separator' from OS in Java?

I am writing a CSV exporter in Java that should respect the user's custom settings, especially the "List separator" to use as a delimiter. In Windows, one can set this List separator in Control ...
3
votes
1answer
154 views

Google App Engine site built for international audience, multiple languages

I'm building a site on google app engine and its core code and database is designed to handle different languages and regions. What I'm really looking for are suggestions on how the url's should be ...
3
votes
1answer
2k views

WPF StringFormat={0:C} showing as dollars

Why does this line of code <TextBlock Text="{Binding Net, StringFormat=c}"/> Output the result as $xx.xx when all my regional settings are set to UK. I expect it to output it as £xx.xx. Any ...
3
votes
2answers
1k views

How can I set the Regional Options in a Visual Basic 6.0 Application?

I have a VB6's Application that is in production environment right now, this application is reading the pc's Regional Settings; but now, I need to set another Regional Settings for the application ...
3
votes
4answers
4k views

How do you change your apparent country of origin to test a site?

I want to be able to set my country of origin - does this involve testing through a proxy, or is there something that can be set else where?
2
votes
2answers
416 views

Is it possible to create a keyboard layout that is identical to the keyboard used?

If I need to generate a keyboard layout for customization to the user that looks like his/her keyboard, how can I do it? For instance something like this: ...
2
votes
2answers
799 views

Detect whether iPhone is displaying time in 12-Hour or 24-Hour Mode?

How can you detect whether iPhone is displaying time in 12-Hour or 24-Hour Mode? I currently monitor the current region for changes, however that's not the only setting that affects how times are ...
2
votes
7answers
3k views

A better CDate for VB6

We have a a VB6 app (in a COM component) which uses CDate() to take a string and cast it to a Date, for storing in a database. Depending on if we want the application to talk in dd/MM/yy or MM/dd/yy ...
1
vote
2answers
645 views

Oracle: Set NLS_PARAMETERS with sqlplus

I found out my servers, running Oracle 10g, were not initializing with the same NLS_SORT value when using the sqlplus binary. Is there a way to set the default NLS_SESSION_PARAMETERS for every ...
1
vote
2answers
2k views

Does DateTime.ToString(“s”) return always same format?

According to MSDN on DateTime.ToString ToString("s") should always return string in the format of the sortable XML Schema style formatting, e.g.: 2008-10-01T17:04:32.0000000 In Reflector I came to ...
1
vote
2answers
6k views

How can I change a Windows user's regional settings/date format?

I use a VB6/COM+ application which outputs date/time values based on the short date settings in the Control Panel, Regional Settings, for the user that runs it. The program that then parses that ...
1
vote
5answers
1k views

Detecting regional settings (List Separator) from web

After having the unpleasant surprise that Comma Seperated Value (CSV) files are not necessarily comma-separated, I'm trying to find out if there is any way to detect what the regional settings list ...
1
vote
6answers
5k views

Convert string with commas to float

Is there a built-in Delphi function which would convert a string such as '3,232.00' to float? StrToFloat raises an exception because of the comma. Or is the only way to strip out the comma first and ...
1
vote
1answer
649 views

Flex NumberFormatter according to windows

Is it possible to directly set the properties of NumberFormatter according to windows " Regional Setting "? If not, it there a function in Flex by which we can get the Regional Setting, and then we ...
1
vote
2answers
144 views

Regional Proximity UI

I'm developing a UI (AJAX-enabled; LAMP server) which will allow a user to designate regions in which a company operates. A "region" in this case may be a state (if dealing with the US) a province ...
1
vote
2answers
600 views

How can I remotely (via web services) determine date format of SharePoint 2003 site, for use in Versions.asmx returned XML?

The GetVersions() call to the Versions.asmx web service in SharePoint 2003 returns a localised date format, with no way of determining what the format is. It's the site regional setting of date ...
0
votes
0answers
79 views

Qt: layout direction changes with locale?

It appears that starting with Qt 4.7 the layout direction of all GUI elements is now controlled by the locale. When my locale is a right-to-left one, all menus, dialogs, message boxes etc' appear from ...
0
votes
1answer
152 views

How to isolate the regional settings in c#

My product (I'm using Microsoft.Office.Interop.Excel) is targeted to a Portuguese audience where the comma is the decimal symbol. It have a lot of float and double calculations and percentage too. ...
0
votes
0answers
34 views

font not displaying in google transliteration

i am using google transliteration to type regional language. in one machine by default it works, in my home system it shows rectangles. i dont remember anywhere installing fonts. how to troubleshoot ? ...
0
votes
0answers
197 views

Visual Studio run code under different Regional Setting to Windows

With developers located internationally, we consistently come across problems where code works under English(US) setting and breaks when run under a different region setting. International developers ...
0
votes
1answer
145 views

What are Best practices for delivering user-generated content sharing service globally from Amazon S3?

What are the issues for using Amazon S3 to store user-uploaded photos and video and delivering these to users around the world. One user's uploads may be viewed by users in any location. Is this the ...
0
votes
0answers
172 views

Terminal service regional setting

Is it possible for the terminal service to automatically change its own regional settings based from the settings of user who instantiate the remote connection ? For example, a TS setup is in ...
0
votes
1answer
44 views

How to get the Time format for all the regionals

In Control Panel-> Regional and language options-> Regional Options-> Standard and formats, there is the list of all the regionals and by clicking the "Customize" button, the user can set the time ...
0
votes
1answer
165 views

WPF C#: Starting crash due to client 'Region and Language' settings

I'm working on a WPF C# application, and it seems to crash with a few random people. So eventually I found out it was the 'Region and Language' settings that was responsible. For example, if I were ...
0
votes
1answer
244 views

SQL Decimal Issue

I have an input string in the following format: 12.34 When I call this line: db.AddInParameter(insertMessageDetailCommand, "AttachmentSize", System.Data.SqlDbType.Decimal , ...
0
votes
3answers
2k views

Regional settings IIS6 and ASP.Net 2 - {0:c} returning too many decimals in gridview

I am currently moving my website from an existing web server to a new machine. The new machine is WIN Sever 2003 running IIS6. The site is using ASP.Net 2. I added the following to the ...
0
votes
2answers
2k views

why can't i change my regional settings?

for about 2 hours i've been trying to find solutions on how to change my advanced regional settings(the one for language used in non-unicode programs) ..because everytime i try to change the language ...