Hi,
Why after this: ocn:SetMsgLang( "pt_BR" ) mariaDB returns error messages in english? I want set the Brazil portuguese messages.
Thanks in advance.
Wanderson wrote:Hi,
Why after this: ocn:SetMsgLang( "pt_BR" ) mariaDB returns error messages in english? I want set the Brazil portuguese messages.
Thanks in advance.
FWSetLanguage( 4 )
FWCONNECT oCn HOST <cHost> USER <cUser> .........
nageswaragunupudi wrote:Wanderson wrote:Hi,
Why after this: ocn:SetMsgLang( "pt_BR" ) mariaDB returns error messages in english? I want set the Brazil portuguese messages.
Thanks in advance.
Thanks for pointing out. This is due to a bug in the METHOD SetMsgLang(). Fixed now in FWH 17.07.
But you may set
FWSetLanguage( 4 ) before connecting to the server, then MsgLang() is automatically set to Portuguese when you open the connection.
- Code: Select all Expand view
FWSetLanguage( 4 )
FWCONNECT oCn HOST <cHost> USER <cUser> .........
nageswaragunupudi wrote:https://dev.mysql.com/doc/internals/en/error-message-adding.html
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 36 guests