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.)
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.)