krogenth / G2DataGUI

A tool for modifying the Anniversary/HD Remaster of Grandia 2.
MIT License
4 stars 5 forks source link

Add support for additional language codes #88

Open krogenth opened 6 months ago

krogenth commented 6 months ago

Is your feature request related to a problem? Please describe. Currently only en_US is supported. There are other languages out there that should realistically be supported.

Describe the solution you'd like More locale json definitions should be added in G2DataGUI.UI.Common/Assets/Locales.

krogenth commented 6 months ago

For reference, see pr #87 for what was done to mitigate this issue. Reverting or altering those changes should be done for this task as well.

krogenth commented 6 months ago

For a list of culture/language codes, see: https://learn.microsoft.com/en-us/bingmaps/rest-services/common-parameters-and-types/supported-culture-codes

At minimum we should probably support:

There's probably more, but this would be a good first step.