Focal Point
[SOLVED] Language conversion.....

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/318108942

September 25, 2009, 02:45 PM
swati
[SOLVED] Language conversion.....
Hi all,
is there any way to convert the language from English to spanish.if i have a report which displays the data in English,Now if i want to see the report in other language say "spanish"then whats the way to so,is there any documentation where i can look into....

This message has been edited. Last edited by: Kerry,


7.6.7
windows
PDF,EXCEL.
September 25, 2009, 03:32 PM
GinnyJakes
NLS or National Language Support


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
September 28, 2009, 09:36 AM
<JG>
National Language Support for International Computing

And do a search on the forum it's a topic that has a fair bit of cover
September 28, 2009, 03:15 PM
Francis Mariani
Sounds like you want the data of the report in Spanish? WebFOCUS can't do that.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 28, 2009, 06:41 PM
swati
what will the NLS support do for WebFocus,if i cannot get the data in spanish....


7.6.7
windows
PDF,EXCEL.
September 29, 2009, 02:03 AM
Danny-SRL
Swati,

Do you want to translate DATA into spanish?


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

September 29, 2009, 04:26 AM
Håkan
Swati, if you want eg. column titles translated then you can pick up the column text from a table with a language code and a column code. I've done this for a financial Group Consolidation system.

Håkan


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
September 29, 2009, 07:10 AM
GamP
Yes, you can have almost anything displayed in your language of choice. The webfocus strings are almost all translatable by means of setting the nls characteristics as indicated before.
Column names and titles of fields can be set in the required language by adding them to the master file - there are things in place to have multiple titles depending on the language set.
But what you can't do is translate the contents of the fields. That will just display as is - it's database controlled, not webfocus controlled.
What you can do is redesign your database, so that for every language you need to report in the fields are duplicated. But that would be a bit too much IMHO.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
September 29, 2009, 08:59 AM
swati
Hi Gamp,
What i am looking to get is to display the title's and the heading's and footings only in spanish,i dont want the contents of the fields in spanish as they are Database controlled so we cannot Modify in webfocus.

can you tell me,suppose i have a sample table ABC.mas then where i have to make the changes for the NLS parameters,to get the spanish display.


7.6.7
windows
PDF,EXCEL.
September 29, 2009, 01:10 PM
Danny-SRL
Swati,

You can do 1 of 4 things:
1. Have 2 copies of each focexec, one in English and one is Spanish (not recommended...)
2. Use &variables for each HEADING and FOOTING and Dialog Manager to choose the text according to one variable which defines the language. Use the MASTER file for TITLEs.
3. Use only &variables as above and put all the values in a database. You then load values into the variables at the beginning of your focexec.
4. We have done this and can provide the environment.


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

September 29, 2009, 01:28 PM
Francis Mariani
Take a look at this thread as well...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 29, 2009, 03:50 PM
swati
thanks Francis,will explore from the thread...


7.6.7
windows
PDF,EXCEL.
October 02, 2009, 09:17 AM
swati
Hi guys,
where exactly i need to set in the master file regarding the NLS CHARACTERSTICS,so that i can have the spanish in the report.I am looking to change the tiles and Headings and footings for the reports which i have in english into spanish.
-->one more thing do i need to have the ADMIN Privilage for the NLS setting. as i have seen the manual and it shows to go to Admin console and enable the Dynamic Language Switch.........


7.6.7
windows
PDF,EXCEL.
October 05, 2009, 02:10 PM
Francis Mariani
Documentation, documentation, documentation!

Describing Data With WebFOCUS Language > Describing an Individual Field > Multilingual Metadata Take a look at "Specify Multilingual Metadata in a Master File" and "Activate the Use of a Language".

These topics are available via the provided link and also via Dev Studio Help.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 05, 2009, 03:43 PM
swati
Thank you francis.

This message has been edited. Last edited by: swati,


7.6.7
windows
PDF,EXCEL.