Java String Translation -


is possible translate string other language in java? example, if have code:

class example {     public static void main(string[] args) {         string s = "text";         system.out.println(s);     } } 

can translate s other language in code (for example someclass.translatetosomelanguage(s))?

the place supported in jdk simpledateformat formatting dates providing locale.

you'll need external library else.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

ios - Change Storyboard View using Seague -

verilog - Systemverilog dynamic casting issues -