Questions tagged [regional]
58 questions
1
vote
2 answers
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 format, but I can't find a way to get even that out of…

Michael Baltaks
- 2,141
- 19
- 22
1
vote
2 answers
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 instance of sqlplus?
PS: The idea is not to do an ALTER…

altermativ
- 690
- 1
- 6
- 20
0
votes
1 answer
How can I add region endpoints to pub sub emulator
I am testing pub sub region failure.
So I only need one region topic up. And if I ping the same topic with another endpoint , it should fail. I am testing with emulator. But in emulator there is no way to add regional endpoints. How can I test this…

santosh sahoo
- 41
- 5
0
votes
1 answer
Google Cloud- New Disk while Creating VM-Redundancy Options
Referencing this as well:https://cloud.google.com/compute/docs/disks/regional-persistent-disk#repd_create_disk
It seems to imply that we cannot directly define the disk as having regional redundancy at time of creation of a VM(no such disk option…

Aditya Garg
- 121
- 2
- 9
0
votes
1 answer
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.
So, when I run the program on a Windows with…

Lincoln
- 880
- 14
- 25
0
votes
3 answers
Not possible creating a variable comma in batch if using %time%
I was working to a script that I needed to read the time from the system with seconds but not milliseconds. I noticed that some computers have a different region settings that did caused me a few problems like the date from one computer is shown as…

JaJe
- 3
- 4
0
votes
3 answers
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 section in my machine.config file to get the…

Nils
- 1,237
- 3
- 11
- 28
0
votes
1 answer
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 ...the system gives me an error that says:
Setup…
Bobby
0
votes
1 answer
Testing for regional interaction effects using a hierarchical model in R
I want to test for voters' motives behind castig one's vote for a given party 'XY' and whether residence in a region makes a significant difference. The question is, do voters from region A (coded '1') significantly differ in their motives from…

Dr. Fabian Habersack
- 1,111
- 12
- 30
0
votes
0 answers
KPIs Regional Metric Aggregation in Dashboard
I have the following database structure:
Servers - A table with a list of Server Names
Server / State - A Join table resolving a many to many relationship among servers and states. One server could be linked to one or…

TrigerFish
- 1
- 2
0
votes
0 answers
How to set my Javascript datetimepicker format to regional settings
This is my datetimepicker
$('input.bsdatepicker2').datetimepicker({
format: 'mm/dd/yyyy hh:ii',
startDate: '+0d',
});
How to set the datetimepicker date format to the computer's regional settings, whatever they are.
I'm…

Georgi93
- 47
- 1
- 8
0
votes
1 answer
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 format
My question is how to get the current and…

Carlos Liu
- 2,348
- 3
- 37
- 51
0
votes
1 answer
Any way to disable auto-detected language folders in Visual Studio?
I am porting a web app to Windows 8.1.
In doing so, I run into Error APPHOST9626, This reference causes failures when used outside of the debugging environment.
After researching, the reason this occurs is because the folder for some of my resources…

user1519665
- 511
- 5
- 16
0
votes
1 answer
Regional Font in SqlServer to jsp
I have an SQL Server 2012 DB and I have stored some regional fonts (Language: Tamil, India) in some table. Now, I have written a jsp code to display the results, but all I can see is ??? and not the actual font. Here's my…

mathB
- 634
- 8
- 21
0
votes
1 answer
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 to set my Format to English (United States) it will…

Rik De Peuter
- 703
- 2
- 9
- 24