This app promts users to save, edit or delete a visited city in the app's internal City repository.
City is stored at the app's runtime, however, feel free to connect it to any database.
To run the app, compile CityApplication.java.
To add, edit or delete l10n resources, use /src/resources
- Open a command prompt by typing
cmd
in the search bar and press Enter. - Run the following command:
- If you don't see any java version - go to official Oracle's website and download the latest java version.
- Run the java installation file. It should do everything for you.
java -version
- Click "Fork" in the top right corner of this page.
- Unpack the project in your file system.
- Copy the project location path.
- Open a command prompt by typing
cmd
in the search bar and press Enter. - Enter
cd
command and go to the copied path and navigate to the "src" folder. - Run the compile command:
javac CityApplication.java
For example: cd C:\Downloads\java-i18n-with-Crowdin\src
will take you to the project folder.
- In the same folder, run the
java CityApplication.java
command. - Optional - feel free to explore and add functionality to the current project.
- Visit Crowdin website.
- Read our article on how to localize your Java app. The app in this repo is used as an example.
- Learn how engineering teams use Crowdin.
- Developer portal.
You can book a call or reach out via email – [email protected] to discuss the next steps for your project. We can help you set up localization with most processes automated.