Deweh / Native-Animation-Framework

A multi-character animation framework for Fallout 4.
GNU General Public License v3.0
20 stars 5 forks source link

Feature Plan: Multi-Language Support #11

Open Deweh opened 10 months ago

Deweh commented 10 months ago

Feature description:

GUI strings can be translated to any language via text files.

Planned implementation:

Can either make use of BGSLocalizedStrings, or implement a custom string fetching system (i.e. an unordered_map that maps string IDs to the corresponding localized strings.)