Hi everyone,
In my Download Manager Java project, I put two options for the user to change the langauge (Turkish and English).My project is written according to MVC structure, so I have also view(User interface).I prepared JFrame and I put Options and Language item in it.Language extens to English and Turkish.When the user selects Turkish all the text in the program should be returned to Turkish.I made also some Google search and saw Resorcebundle examples, but I couldn't apply it to my project.How can write Java code to change the language?Thanks .
In my Download Manager Java project, I put two options for the user to change the langauge (Turkish and English).My project is written according to MVC structure, so I have also view(User interface).I prepared JFrame and I put Options and Language item in it.Language extens to English and Turkish.When the user selects Turkish all the text in the program should be returned to Turkish.I made also some Google search and saw Resorcebundle examples, but I couldn't apply it to my project.How can write Java code to change the language?Thanks .
Comment