Document Category Item: Getting Started > Language SettingBack
Language Setting
Description
Click on "language.agc" to open it up in AGK.
On line '20', change the number in "global language_db as language_db_content[3]" to "global language_db as language_db_content[ANY_NUMBER]" for the total number of language you wish to program it in!
Set to "1" if you plan to only release in "1" language!
Next, remove or add in language load files such as "language_load_2.agc" and "language_load_3.agc".
This include also removing '#insert "language_load_2.agc"' and '#insert "language_load_3.agc"' from "main.agc".
Once you done all that, you are now ready to program the core element to make your game!