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 2 Next »

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

기본언어 설정

Editor's default language can be specified with "editor.lang.default" key. 기본언어는 사용자 브라우저환경에 맞는 언어를 사이냅에디터가 제공하지 않을 경우 표시되는 기본 언어를 말합니다.

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


언어 강제설정

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

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

[언어를 영어로 설정한 예시]


관련정보


  • No labels