Eclipse 国际化

Eclipse 提供了方便的国际化实现方式。   例子: 新建项目 i18n  package test;   public class I18NTest {      public I18NTest() {        String testString = "Hello ,I18N!";        System.out.println(testString);     }        
相关文章
相关标签/搜索