This "MolView (Japanese version)" is based on the lite version of "MolView2.4" developed by Mr. Herman Bergwerf, with the menus etc. localized into Japanese.
In addition, provide a Tiny version with simplified menu items suitable for high school learning.
"MolView" is written only in javascript, so it can be installed in any environment where an http(s) server is running.
"MolView (Japanese version)" starts in the display language according to the language setting of the browser (language setting that can be obtained with "window.navigator.language").
Additionally, you can also explicitly change the display language by adding "lang=ja" or "lang=en" to the parameter (eg index.html?lang=en).
Furthermore, by customizing "./linksim-lang.js", it is possible to display in languages other than Japanese and English.
Execution with full functionality
All functions of "MolView" can be used.
How to do "full functionality" in your browser's preferred language
〇Execution as "index.html".
( 🔗 Execution with full functionality )
How to execution "fully functional" in forced English mode
〇Execution as "index.html?lang=en".
( 🔗 Execution with full functionality (forced English) )
How to execution "fully functional" in forced Japanese mode
〇Execution as "index.html?lang=ja".
( 🔗 Execution with full functionality (forced Japanese) )
Execution with simplified menu (Tiny version)
A simplified version of the menu items suitable for high school learning.
How to execution the "Tiny version" in your browser's preference language
〇Execution as "index.html?func=tiny".
( 🔗 Execution with Tiny version )
How to run "fully functional" in forced English mode
〇Execution as "index.html?lang=en&func=tiny".
( 🔗 Execution with Tiny version (forced English) )
How to run "fully functional" in forced Japanese mode
〇Execution as "index.html?lang=ja&func=tiny".
( 🔗 Execution with Tiny version (forced Japanese) )
Download system
You can also use this "MolView (Japanese version)" by installing it on your http(s) server. Install according to the "Installation Manual".
11/02/2023 Public start (ver 1.00)