Skip to content

updating readme related to localisation #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Oracle Java Platform extension provides Test Explorer view which allows to run a
### Localisation support
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
![localisation.gif](localisation.gif)
![localisation.gif](vscode/images/localisation.gif)

## Selecting the JDK
The JDK to build, run and debug projects is being searched in the following locations:
Expand Down
6 changes: 6 additions & 0 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ In the VS Code command palette :
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.
![Project Explorer](images/project-explorer.png)

### Localisation support
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
![localisation.gif](images/localisation.gif)


## Debugger and Launch Configurations
Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer.
1. The launch configuration (debugger) is invoked when `Run main | Debug main` code lense is selected in the code.
Expand Down
File renamed without changes