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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -