Questions tagged [regional]
58 questions
0
votes
1 answer
GeoFencing doesn't work
I'm making an app with GeoFencing. I've read here and built an app. It doesn't crash but neither does it react once I enter the monitored area. It does log out "Started monitoring" but it doesn't react once I select my *.GPX file. This is my…

Erik
- 2,500
- 6
- 28
- 49
0
votes
2 answers
Multi regional marketplace database design with MySQL
I'm looking for guidance on the database structure for a multi-regional website.
I am setting up a website, similar to craigslist.com, that will allow users to post adds in their city. I am using a MySQL database.
I want to have regions as…

Aidan
- 21
- 3
0
votes
1 answer
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 , Convert.ToDecimal(this.messageEnvelope.EnvelopeInfo.AttachmentSize));
I…

JL.
- 78,954
- 126
- 311
- 459
0
votes
1 answer
bypass computer regional settings in rdlc reports
I have a problem displaying dates in rdlc reports using C#, the date came from sql server is DateTime type i.e 2013-06-25 02:30:00.000, but when displayed on report it formats according to local PC regional settings. I can't use CDate() to format it…

Remad K
- 1
- 2
0
votes
1 answer
Error Converting varchar to Int - Sql on Server vs SQL on local PC
I have a Query requiring Varchar to be converted into INT. Iam not currently posting the query itself as I do not believe the problem to be there.
I setup the query on my home PC using a backup from the servers SQL file. I have Server 2008 R2…

Frans
- 1
0
votes
1 answer
Regional settings issue in Asp.net
i'm from turkey. our date format is : dd/mm/yyyy
when i execute datetime.now command in my localhost result is 15.01.2013. i mean true.
but in my web server result is 01.15.2013. server regional settings is ok. Localization and other settings is…
0
votes
3 answers
NumberFormatException occurs with different regional settings
I'm developing an application in Java and found this strange behaviour:
if the regional settings format is set to Hungarian (system default) via the Control Panel, I get this exception, but if I set it to an English one, it works perfectly. Also…

vizilofaszkalap
- 11
- 3
0
votes
1 answer
Windows 7: Set "Copy Settings" programmatically from a batch file
I'm constructing a batch file that will auto-configure Windows 7's regional settings for all users.
So far, I've successfully been able to set (mostly) all of the regional settings for the current user, but I need to be able to apply the same…

mythofechelon
- 3,692
- 11
- 37
- 48
0
votes
1 answer
CurrentCulture is ignored in DateTime.TryParse() C# MVC3 web application?
Even though i have
in web.config
DateTime.TryParse, without passing CultureInfo, is ignoring my current Culture .
Application is a C# MVC3 web application.
Is there any…

Rafi
- 57
- 1
- 8
-1
votes
1 answer
VBA for regional settings
is there a VBA code to change regional settings as needed for Excel? I have ½ of my excel files that use date format 01/25/2020 and other half uses 1.1.2020 and its really frustrating to work with these. I need a simple way to switch regional…

Carlsberg789
- 145
- 1
- 11
-1
votes
1 answer
Regional maps for United Kingdom regions
I tried to create a regional map of UK regions, and hoped to use Google charts which I've used reliably before. Unfortunately, as described in this question, Google charts only covers U.S. states and no other regional data. Is there a different way…

El Kopyto
- 1,157
- 3
- 18
- 33
-3
votes
1 answer
Display marathi font (Indian regional language) in android app
I have been trying to show marathi font using this link in my app. But some how its not working for me. It gives no error but does not show any font in text view. I came to know about internationalization concept when I first tried to do this.

walimbeakshay
- 13
- 10
-3
votes
1 answer
JSF - typing with regional language
I created a web application using JSF framework. My application needs some text areas for convert the content into regional language. How it is possible to done by using google input?. or is there is any other scenario for typing with regional…

Anish Antony
- 875
- 3
- 17
- 35