[GH-ISSUE #589] Is it possible to change the language without modifying WiFiManager.h? #491

Open
opened 2026-02-28 01:25:33 +03:00 by kerem · 1 comment
Owner

Originally created by @ea6ami on GitHub (Apr 10, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/589

Hello everyone,
I'm doing a small project to be able to share with other users. I am currently modifying the "WiFiManager.h" directly, but I would like to know if there is a possibility to modify the texts directly in the application code without modifying the library.

In this way, I could support several languages by keeping the original library without having to submit my modified version.

Originally created by @ea6ami on GitHub (Apr 10, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/589 Hello everyone, I'm doing a small project to be able to share with other users. I am currently modifying the "WiFiManager.h" directly, but I would like to know if there is a possibility to modify the texts directly in the application code without modifying the library. In this way, I could support several languages by keeping the original library without having to submit my modified version.
Author
Owner

@tablatronix commented on GitHub (Apr 10, 2018):

yes in development branch
strings_en.h
copy to your language, change include in wifimanager.h ( hardcoded for now )

https://github.com/tzapu/WiFiManager/blob/development/strings_en.h

development branch subject to change

Open to suggestions
atm the strings and content are combined togather unfortunatly, but it is better than it was, and its all progmem now

debugging strings are not converted!

#421

<!-- gh-comment-id:380141307 --> @tablatronix commented on GitHub (Apr 10, 2018): yes in development branch `strings_en.h` copy to your language, change include in wifimanager.h ( hardcoded for now ) https://github.com/tzapu/WiFiManager/blob/development/strings_en.h **development branch subject to change** Open to suggestions atm the strings and content are combined togather unfortunatly, but it is better than it was, and its all progmem now debugging strings are not converted! #421
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#491
No description provided.