how to close the applet in java code?

What is the code to display in a particular language(Telugu) in a Java Applet?

  • I'm doing a project in which we programmed a java applet, now I have to display the complete applet in Telugu(a local language in India). How to do that?  Help please!!

  • Answer:

    This requirement can be done using Java Internationalizatin or Localization feature. Internationalization(i18n) is the process of designing an application  so that it can be adapted to various languages and regions without  engineering changes. using i18n, Textual elements, such as status messages and the GUI component labels,  are not hardcoded in the program. Instead they are stored outside the  source code and retrieved dynamically http://docs.oracle.com/javase/tutorial/i18n/intro/steps.html

Anonymous at Quora Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.