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 6 Current »


Synap Editor 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 Synap Editor does not support the language of the user's browser. 

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


Forcing Language Setting

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

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

[Example of forcing the language setting in English]


See also


  • No labels