-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started 1.0.0
Welcome to the "Getting Started" guide for "League Of Languages". This guide will walk you through the process of setting up and using the script to customize the language settings of your League of Legends client. Whether you're a new user or an experienced player looking to change your in-game language, this guide has you covered.
Before you begin, ensure that you have the following prerequisites in place:
- PowerShell: "League Of Languages" is a PowerShell script, so make sure you have PowerShell installed on your Windows1 computer. You can download it from the official PowerShell website.
Follow these steps to get "League Of Languages" up and running:
-
Download the Script:
- Clone or Download the "LeagueOfLanguages.ps1" script from the GitHub repository to your computer.
-
Open in Text Editor:
- Open the "League Of Languages.ps1" file in your preferred text editor. You can use the default Notepad or any code editor of your choice.
-
Configure Language:
- In the script, locate the
$LOCALE
variable. This variable defines your preferred language. You can find a list of supported language codes in the Locale List. - Update the
$LOCALE
variable to your desired language code (e.g.,"en_US"
for English USA or"en_GB"
for English Great Britain).
- (OPTIONAL) Configure any of the other variables, if needed. For example change the
$DESKTOP_PATH
if your Desktop is not on theC:/
Disk or the$LEAGUE_CLIENT_LOCATION
if your League Of Legends is not installed on the Default Installation Folder.
- In the script, locate the
-
Save the Script:
- Save the script with your changes.
Once you've configured the script, it's time to run it:
-
Execute the Script:
- Right-click on the "League Of Languages.ps1" file.
- From the context menu, select "Run with PowerShell".
-
Confirmation and Shortcut:
- If everything goes well, you should see a confirmation message indicating that the Shortcut was created successfully.
- A new League of Legends shortcut icon will appear on your desktop.
Now that you've successfully configured and run the script, you're ready to play League of Legends in your chosen language:
-
Launch the Game:
- Double-click the new League of Legends shortcut icon on your desktop to launch the game.
-
Log In:
- Log in to your League of Legends account. On this step the Riot Client will already have the chosen Language! That's a sign that it worked!
-
Enjoy the Game:
- You can now enjoy playing League of Legends in your selected language!
If you encounter any issues during the installation or language change process, refer to the Troubleshooting section of this wiki for common solutions and tips.
Congratulations! You've successfully set up "League Of Languages" and are now ready to experience League of Legends in your preferred language.
If you have any questions or need further assistance, don't hesitate to reach out or consult the FAQ section of this wiki.
Happy gaming!
1. At present, the script only supports Windows machines. However, we welcome contributions from individuals interested in extending its compatibility to other operating systems! ↩
Still have questions about League of Languages? Ask them in the Issues Tracker! I will try to answer everyone as much as I can.