Paras Batheja · Apr 20, 2017 go to post

Both ,

There are downstream applications where we need to send the data in English,  so need to convert the data as well from native language to English language.

Thanks 

Paras 

Paras Batheja · Apr 20, 2017 go to post

Hey Ed,

This translation includes two things :

1. Translate the data in English (which user enters in text fields in their native language like spanish etc. ) while passing to downstream application.

2. On UI part, we have a dictionary available at database level which stores the Label Titles in English language, now lets say if we deploy this application in Ireland or in some other country then these labels needs to be translated in their native language.

Thanks

Paras Batheja.

Paras Batheja · Jun 26, 2017 go to post

Hi 
Is there any way to embed the an Angular JS page in the existing Zen application.

There is an application currently running on the Zen Framework, now the business wants to create their new web-pages in Angular JS instead of Zen.

Thanks in Advance !!

Paras Batheja · Mar 17, 2017 go to post

Hi Shvarov,

Thanks for the answer, article really helps.

But the problem is, I have a database which is in Spanish or in Chinese, now I want to send the data to 3rd party application but those 3rd party applications use English as their base language. Now task is too convert the database outgoing feed to English language.

Thanks Paras

Paras Batheja · Aug 21, 2020 go to post

Hi Dmitriy 
              
Thanks for the reply, problem is that we can run any shell script on UNIX because  our application is migrating to IRIS on Ubuntu, where we will have very minimal OS related features and we cant run anything on shell. and aim to make code OS independent.  

So i am looking for the same thing if that can achieved within Cahe itself. 

I did explore JOB command where I can give principal IO device in the process params, but I am not sure whether it's a right approach for this or not.

Thanks

Paras

Paras Batheja · Aug 21, 2020 go to post

Hi Bob 
 

Thanks for the reply, as you said this approach has a drawback if we change $IO changed with in the process it self, and in our routines we are  generating files after accepting the input.

Thanks

Paras

Paras Batheja · Aug 21, 2020 go to post

Yes, I agree, to accomplish the same via JOB is complex but I am unable to explore / find another way within cache to achieve the same.  If you have other suggestion that can help me in this direction then please do let me know.

Thanks 

Paras

Paras Batheja · Oct 19, 2020 go to post

Hello Peter.

Thank you for the reply. 

Now, I have another question w.r.t your reply.

Thing is we are migrating our system from VMS to linux, and we are looking a wayout how to create automatic versions in UNIX ( like $ZIO does ). Something like below :

1. User creates a file "ABC.TXT" 

2. Our custom library will create a file "ABC_1.TXT"

3. then we will set the $ZIO to ABC_1.txt, like this. or any thing equivalent to $ZIO which can set the reference of the DEV in the memory ( like which file to hit ) 

Any comments / suggestions / advise ..

Thanks
Paras