Ask a Question related to ASP.NET General, Design and Development.
-
Carl Howarth #1
Locale Settings
Hi there,
I want my datagrid to display date in the UK format (dd/MM/yyyy), the server
is set up to UK settings, but I am guessing the aspnet user has US settings
( i use the format expression {0:d}). How do I go about changing these, as
I do not know the aspnet user's password. Currency also comes out as $ not
£.
Any ideas?
Cheers, Carl
[email]carl.howarth@m-s-solutions.co.uk[/email]
Carl Howarth Guest
-
#28793 [Asn->Csd]: php.ini settings should be able to read other php.ini settings
ID: 28793 Updated by: andrei@php.net Reported By: bero at arklinux dot org -Status: Assigned +Status: ... -
#38785 [Opn]: float to string cast is always subject to locale settings
ID: 38785 User updated by: m dot kurzyna at crystalpoint dot pl -Summary: stripslashes is setlocale aware - decimal point... -
Settings wont stay changed in Settings manager
I keep trying to change the settings for my flash player but they never stay changed. It just keeps going back to the default settings. What do i... -
[PHP-DEV] Locale
I wonder if it is "by design" that PHP don't read all LC_* settings from environment. In main/main.c we read LC_CTYPE only. I think at least... -
Date Format for other locale settings SQL Server
Hello, I have problems with Storing Dates into SQL Server. I am using ASP 3.0 to do so. When I change my locale settings to "Chinese - Taiwan".... -
Jerry III #2
Re: Locale Settings
Login as an admin and set the UK locale as system default... Or hard code
your locale in each page in the @page directive, either with LCID or
UICulture attribute.
Jerry
"Carl Howarth" <carl.howarth@m-s-solutions.co.uk> wrote in message
news:%23asmj4BYDHA.1900@TK2MSFTNGP10.phx.gbl...server> Hi there,
>
> I want my datagrid to display date in the UK format (dd/MM/yyyy), thesettings> is set up to UK settings, but I am guessing the aspnet user has USas> ( i use the format expression {0:d}). How do I go about changing these,not> I do not know the aspnet user's password. Currency also comes out as $> £.
>
> Any ideas?
>
> Cheers, Carl
> [email]carl.howarth@m-s-solutions.co.uk[/email]
>
>
Jerry III Guest



Reply With Quote

