Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
plarts #1
Server Language
Is there a CF function or variable, or a CGI variable that gives
the CF server language ?
plarts Guest
-
flex and server side language
I wonder if Flex can integrate with MsSql through a server side language such ASP or ASP.net. If it does, can someone provide a link that explain... -
Possible to have more then one server model language?
Hi there, I am going to be using webassist's ecart to setup an online store for a client. however this extension does not offer the ability to... -
#25051 [Opn->WFx]: translating between gettext language identifiers and 'Accept-Language' ones
ID: 25051 Updated by: sniper@php.net Reported By: wouter at grep dot be -Status: Open +Status: Wont... -
#25051 [NEW]: translating between gettext language identifiers and 'Accept-Language' ones
From: wouter at grep dot be Operating system: irrelevant PHP version: Irrelevant PHP Bug Type: Feature/Change Request Bug... -
Wrong language for controls on server
For Page set culture property For Application look at webconfig globalization section "Andy T" <atromans@gamesbymail.co.uk> wrote in message... -
PaulH #2
Re: Server Language
what do you mean by server "language"? as in part of it's locale? getLocale()
will return the current locale for the server, you can parse it out from that.
or if you want more you could so something like:
defaultLanguage=createObject("java","java.util.Loc ale").getDefault().getDisplayL
anguage();
--- or ---
defaultLanguage=createObject("java","java.util.Loc ale").getDefault().getLanguage
();
the 1st snippedt would return "English" for en_US server while teh 2nd would
return the 2-letter ISO code, "en".
PaulH Guest



Reply With Quote

