Page tree

Versions Compared

Key

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


Synap Editor 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 Synap Editor 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 a specific language should be used 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]