Localization
Introduction
Code Example - Sharing Localization
// The following code could be called after initializing FlatRedball:
private static void InitializeLocalization()
{
// Set your language index in FlatRedBall
LocalizationManager.CurrentLanguage = 4;
// LocalizationManagerWrapper uses FlatRedBall's LocalizationManager
CustomSetPropertyOnRenderable.LocalizationService =
new LocalizationManagerWrapper();
}
Last updated
Was this helpful?