[GH-ISSUE #999] Changing AP interface? #851

Closed
opened 2026-02-28 01:27:20 +03:00 by kerem · 5 comments
Owner

Originally created by @bydoctor on GitHub (Jan 28, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/999

I try to change template.h and and html file of template and uploaded the sketch it seems same.
How we can change interface when we go to 192.168.4.1 page? I want to configure the Page on my language. But i couldnt

Originally created by @bydoctor on GitHub (Jan 28, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/999 I try to change template.h and and html file of template and uploaded the sketch it seems same. How we can change interface when we go to 192.168.4.1 page? I want to configure the Page on my language. But i couldnt
kerem 2026-02-28 01:27:20 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@tablatronix commented on GitHub (Jan 28, 2020):

strings are not in that file, they are in the source

<!-- gh-comment-id:579036755 --> @tablatronix commented on GitHub (Jan 28, 2020): strings are not in that file, they are in the source
Author
Owner

@bydoctor commented on GitHub (Jan 28, 2020):

Then where the file? I just see strings in that extras file. How can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page according to my language .

<!-- gh-comment-id:579072736 --> @bydoctor commented on GitHub (Jan 28, 2020): Then where the file? I just see strings in that extras file. How can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page according to my language .
Author
Owner

@dknop97 commented on GitHub (Jan 28, 2020):

Then where the file? I just see strings in that extras file. I think i must change something on github files with fork and push the files with my name and change the library.json repository line with my link right? If is not how can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page .

You need to change the strings in the WifiManager.h file (see the images in the links below). They are the same strings as the template.h file, in the extras folder. For this, while editing, I use the Sublime Text editor to create my html page and, after editing, I select the part of the HTML code to join it in one line (ctrl + j), following the separation of original tags of model.

Sorry for my English, I'm still improving.
https://i.imgur.com/mMXMSEm.png -> WifiManager.h
https://i.imgur.com/dLt6E97.png -> Join Lines command in Sublime Text 3

<!-- gh-comment-id:579219890 --> @dknop97 commented on GitHub (Jan 28, 2020): > Then where the file? I just see strings in that extras file. I think i must change something on github files with fork and push the files with my name and change the library.json repository line with my link right? If is not how can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page . You need to change the strings in the _WifiManager.h_ file (see the images in the links below). They are the same strings as the _template.h_ file, in the _extras_ folder. For this, while editing, I use the Sublime Text editor to create my html page and, after editing, I select the part of the HTML code to join it in one line (ctrl + j), following the separation of original tags of model. Sorry for my English, I'm still improving. [https://i.imgur.com/mMXMSEm.png](url) -> WifiManager.h [https://i.imgur.com/dLt6E97.png](url) -> Join Lines command in Sublime Text 3
Author
Owner

@bydoctor commented on GitHub (Jan 28, 2020):

Then where the file? I just see strings in that extras file. I think i must change something on github files with fork and push the files with my name and change the library.json repository line with my link right? If is not how can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page .

You need to change the strings in the WifiManager.h file (see the images in the links below). They are the same strings as the template.h file, in the extras folder. For this, while editing, I use the Sublime Text editor to create my html page and, after editing, I select the part of the HTML code to join it in one line (ctrl + j), following the separation of original tags of model.

Sorry for my English, I'm still improving.
https://i.imgur.com/mMXMSEm.png -> WifiManager.h
https://i.imgur.com/dLt6E97.png -> Join Lines command in Sublime Text 3

oh man thank you i missed that part now solved my problem thank all of you :)

<!-- gh-comment-id:579228974 --> @bydoctor commented on GitHub (Jan 28, 2020): > > Then where the file? I just see strings in that extras file. I think i must change something on github files with fork and push the files with my name and change the library.json repository line with my link right? If is not how can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page . > > You need to change the strings in the _WifiManager.h_ file (see the images in the links below). They are the same strings as the _template.h_ file, in the _extras_ folder. For this, while editing, I use the Sublime Text editor to create my html page and, after editing, I select the part of the HTML code to join it in one line (ctrl + j), following the separation of original tags of model. > > Sorry for my English, I'm still improving. > [https://i.imgur.com/mMXMSEm.png](url) -> WifiManager.h > [https://i.imgur.com/dLt6E97.png](url) -> Join Lines command in Sublime Text 3 oh man thank you i missed that part now solved my problem thank all of you :)
Author
Owner

@tablatronix commented on GitHub (Jan 28, 2020):

In development branch next version these have been moved to Lang_strings.h

<!-- gh-comment-id:579238003 --> @tablatronix commented on GitHub (Jan 28, 2020): In development branch next version these have been moved to Lang_strings.h
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#851
No description provided.