Localization.txt 519 B

123456789101112
  1. Test HString:
  2. - Test parameters
  3. - Test changing language
  4. - Test changing string
  5. - Test removing string
  6. Exception happens when changing languages
  7. Update MenuBar, ContextMenu, ListBox and GUIDropDownBox so they handle HString properly
  8. - GUIDropDownData also accepts an array of localized strings
  9. - MenuBar/ContextMenu/ListBox need to properly fill that array and forward it
  10. - That array is then used for naming of menu entries (if it exists, otherwise we just use the name from the menu string)