LocalizationManager
Introduction The LocalizationManager is a class that can be used if your game is going to support localization (multiple languages). The LocalizationManager stores a Dictionary of string IDs and their corresponding values for different languages. Code Example Typically the LocalizationManager uses localization CSVs which are set up in the FlatRedBall Editor. For information on how[…]