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

2018-02-14 Thread prabhakaran . anish1986
Hello All, I'm a newbee to Golang and am trying to fetch the default server locale. Can you help me how I can fetch the default server locale in golang? In other words, I'm looking for the Java equivalent code in golang i.e ' Locale.getDefault()' Thanks Anish -- You received this message

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

2018-02-16 Thread prabhakaran . anish1986
The intention is basically to send out translations from the deployed shard. Hence,we are trying to find the locale of the server locale. Because of some reason, we cannot extract this as an environment variable on the shard or get it from the client. Best Anish On Wednesday, 14 February