Eclipse 國際化

Eclipse 提供了方便的國際化實現方式。   例子: 新建項目 i18n  package test;   public class I18NTest {      public I18NTest() {        String testString = "Hello ,I18N!";        System.out.println(testString);     }        
相關文章
相關標籤/搜索