Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


사이냅에디터는 한국어, 영어, 일본어, 중국어(간체, 번체), 베트남어를 지원하고 있습니다.

기본언어 설정

Editor's default language can be specified SynapEditor supports Korean, English, Japanese, Chinese (both Simplified and Traditional), and Vietnamese.

Setting Default Language

The default language of the Editor can be set with "editor.lang.default" key. 기본언어는 사용자 브라우저환경에 맞는 언어를 사이냅에디터가 제공하지 않을 경우 표시되는 기본 언어를 말합니다.  The default language refers to the language to be displayed when SynapEditor does not support the language of the user's browser. 

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.lang.default': 'en'
}
언어 강제설정


Forcing Language Setting

If one a specific language should be used , specify it regardless of the user environment, force the language setting with "editor.lang" key.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.lang' : 'en'
}


[언어를 영어로 설정한 예시Example of forcing the language setting in English]

관련정보

글꼴 설정