Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Synap Editor supports Korean, English, Japanese, Chinese (Simplified and Traditional), and Vietnamese.

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

Configuring default language 기본언어 설정

Editor's default language can be specified with "editor.lang.default" key.  The default language also means displayed language when Synap Editor does not support the language you choose in the browser. 

기본언어는 사용자 브라우저환경에 맞는 언어를 사이냅에디터가 제공하지 않을 경우 표시되는 기본 언어를 말합니다.

synapeditor.config.js
{
	'editor.lang.default': 'en'
}


Set language by force 언어 강제설정

If one specific language should be used, specify it with "editor.lang" key.

synapeditor.config.js
{
	'editor.lang' : 'en'
}

[Example of configuring English by force언어를 영어로 설정한 예시]


관련정보


  • No labels