YoYoGames / GDKExtension

GMS2 Extension for GDK
Other
20 stars 9 forks source link

Adding support for generating localised shell resources #76

Closed yymrennie closed 4 months ago

yymrennie commented 4 months ago

In order to use this the user needs to make some modifications to both their MicrosoftGame.Config file and their project:

GDKExtensionStrings\en-us GDKExtensionStrings\en-gb GDKExtensionStrings\de-de

-> Inside the base GDKExtensionStrings folder they should add an XML file named resources.resw which will contains the fallback language info and should look like the following (where the values should be replaced with the required defaults):

<?xml version="1.0" encoding="utf-8"?>

Default App Description Here Default Display Name Here

Inside each of the language-specific folders they should add another resources.resw file with the appropriate values for that language.