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

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

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.