locale question

04/13/2016 08:52 mako.riggs#1
Is it possible to convert a client from Korea locale based client and server to Global? I know you can change it in the .txt but apparently there's more you need to do to actually make the server accept the information being sent by the client. Can anyone provide some insight on this? Thanks.
04/13/2016 15:04 freez00#2
The server files that are available are from Korea. Korea develops the server for Global and thus changes the locale for them.
04/14/2016 02:01 mako.riggs#3
Some files i see have global and some files have Korea so how do you get the locale working if you change to global? When i change it the server denies login. Is this a simple server setting change or do i have to alter the SQL SP for login?
04/14/2016 08:51 Proxynear#4
You will need change in script/localedefine and change ur locale to korea and use the SP Querry

Its here :
04/14/2016 21:53 mako.riggs#5
Thanks, but that's not what i want. I already have korea locale, i want to convert it to global
04/15/2016 18:54 freez00#6
As I said before it's not possible because the server files are from Korea. They are hard-coded for the locale. Changing it in the datatbase or stored procedure won't work. Even changing the locale in the server config.ini won't work. I understand why you want to do this as I wanted to do this myself.
04/16/2016 05:35 mako.riggs#7
Ok, thanks for the information. I can change it myself then. I just needed a starting point to look.