Re: [go-nuts] How can I fetch the default locale (server locale not from the request) in Golang

2018-02-25 Thread Anish P
Just an update on the same. Even the library from "Jibber-Jabber" seems to be returning only empty string values. Forced to set this as an ENVIRONMENT_VARIABLE for the time being and moving on. Cheers Anish On Sat, Feb 17, 2018 at 8:05 PM, Anish P wrote: > Thanks for the detail

Re: [go-nuts] How can I fetch the default locale (server locale not from the request) in Golang

2018-02-17 Thread Anish P
Thanks for the details. Had a look earlier at the code mentioned by Jibber-Jabber as you mentioned. Will post the status as soon as I try this out. Cheers Anish On Sat, Feb 17, 2018 at 9:55 AM, wrote: > Java’s Locale.getDefault returns (if not overridden) the values from the > system property “

Re: [go-nuts] How can I fetch the default locale (server locale not from the request) in Golang

2018-02-16 Thread Anish P
My bad. I was referring to the same.Something which is packaged in go giving a standard locale ID as q_AL, ar_DZ Cheers Anish On Fri, Feb 16, 2018 at 10:08 PM, Ian Lance Taylor wrote: > On Fri, Feb 16, 2018 at 8:21 AM, Anish P > wrote: > > > > I'm looking to fetch the

Re: [go-nuts] How can I fetch the default locale (server locale not from the request) in Golang

2018-02-16 Thread Anish P
I'm looking to fetch the IANA timezone. Cheers Anish Thanks and Regards Anish Prabhakaran +91-9901159770 On Fri, Feb 16, 2018 at 9:40 PM, Ian Lance Taylor wrote: > On Fri, Feb 16, 2018 at 7:46 AM, wrote: > > > > The intention is basically to send out translations from the deployed > shard.