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
Post a Comment