[Android] global로 놀자. string.xml 언어설정법
보통 code에서 string만 빼와서 string.xml에 넣어놓고 쓴다. 이렇게 string.xml 로 빼내서 쓰게되면 다국어 지원이 편리해지는데 적용시키는법은 더 간단하다. string.xml 은 res/values/ 안에 저장이 되는데 이를 res/values-ko/ res/values-en/ 으로 두개의 폴더를 만들고 (기존 values의 string.xml은 없어도 된다) 각각의 폴더안에 언어대로 string 을 넣어주면된다. res/values-ko/ 안녕 res/values-en/ hello 이때 ko와 en에 있는 string name이 같아야 모바일의 언어설정에 따라 자동적으로 변경된다. code : getString(R.string.mystring_hi);
Development
2010. 10. 6. 14:04
[Eclipse] SVN ERROR : is not under version control and is not part of the commit
SVN ERROR : svn : 'C:\a' is not under version control and is not part of the commit , yet its child 'C:\a\test.java' is part of the commit. Commit시 위와 같은 오류메시지를 토해내며 Commit이 안되는 이유는. 상위폴더가 commit이 되어있지 않은 상태에서 하위폴더/파일을 commit 시도했기 때문이다. 상위폴더를 먼저 commit 하거나 commit시 상위폴더를 같이 commit 시키면 해결된다.
Tips
2010. 9. 22. 16:46
최근에 올라온 글
글 보관함
- Total
- Today
- Yesterday