Skip to content

Commit e09009b

Browse files
authored
Merge pull request #299 from naren2605/fix-readme
updating readme related to localisation
2 parents 73f3456 + ee6752d commit e09009b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Oracle Java Platform extension provides Test Explorer view which allows to run a
169169
### Localisation support
170170
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
171171
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
172-
![localisation.gif](localisation.gif)
172+
![localisation.gif](vscode/images/localisation.gif)
173173

174174
## Selecting the JDK
175175
The JDK to build, run and debug projects is being searched in the following locations:

vscode/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ In the VS Code command palette :
5959
Project Explorer provides an overview of logical project structure, groups sources together and greatly simplifies Java package structure exploration. Project Explorer is an addition to the classical workspace explorer. Use it to build, test, execute and operate your Maven and Gradle Java projects.
6060
![Project Explorer](images/project-explorer.png)
6161

62+
### Localisation support
63+
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
64+
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
65+
![localisation.gif](images/localisation.gif)
66+
67+
6268
## Debugger and Launch Configurations
6369
Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer.
6470
1. The launch configuration (debugger) is invoked when `Run main | Debug main` code lense is selected in the code.
File renamed without changes.

0 commit comments

Comments
 (0)