14 for (
int i = 0; i < MAX_MAIN_MENU_STRINGS; i++) {
15 if (main_menu_strings[i] != NULL) {
16 free(main_menu_strings[i]);
24 main_menu_strings[CHANGE_LANGUAGE_STR] =
get_local_string(
"MAIN_MENU.CHANGE_LANGUAGE");
26 main_menu_strings[QUESTION_CONTINUE] =
get_local_string(
"MAIN_MENU.QUESTION.CONTINUE");
27 main_menu_strings[QUESTION_EXIT] =
get_local_string(
"MAIN_MENU.QUESTION.EXIT");
void update_main_menu_local(void)
Updates the localized strings for the main menu.
Exposes functionality for the localization of the main menu.