Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to display particular language in a program ( just in header)

Former Member
0 Kudos

I want to display a particular line in the top of page in japanese how can I do ??

Thanks in advance

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

try the SET LANGUAGE 'JP'.

~Suresh

4 REPLIES 4

suresh_datti
Active Contributor
0 Kudos

try the SET LANGUAGE 'JP'.

~Suresh

Former Member
0 Kudos

BUT I WANT ONLY SINGLE LINE TO BE DISPLAYED IN JAPANESE ON THE TOP.

0 Kudos

then set it to JP in the top-of-page event & back to EN or whatever before your first write statement.

~Suresh

Former Member
0 Kudos

THANKS....