Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Language Translation

Status
Not open for further replies.

siraj777

Programmer
Aug 22, 2002
27
IN
Is there any tool which takes english words / phrases / sentences as an argument and returns french equivalent.

for ex:

string ls_err
ls_err = sqlca.sqlerrtext

ls_french = trans_french(ls_err)

Thanks.

 
Addition to the above..

Installed the localized french version of PB deployment kit which is converting powerbuilder generated error messages into french successfully (eg: Invalid Datawindow row/column).

I need a utility / procedure / process which converts oracle backend messages (eg. ORA-01400-Cannot insert null into ('abc','xxx')

Do I have to install french version of oracle client? Any info on this topic is welcome.

Thanks for your help.7
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top