Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Seth Jones Posted April 4, 2021 Posted April 4, 2021 (edited) In the applications, I have updated the language.xml file with the new strings, and it is not imported into the application directly in dev_mode. How do I update language words in the application as for plugins this works for what I expect just not for applications. Inside the data folder of my application, I have where the lanague.xml is modified after the application is installed. What do I need to do for it to save to the application properly? Edited April 4, 2021 by Seth Jones
Sonya* Posted April 4, 2021 Posted April 4, 2021 Language strings are defined as key/value pairs. To add/edit a language string, just open the /applications/<your app>/dev/lang.php file and add/edit an array element.
ReyDev Posted April 7, 2021 Posted April 7, 2021 On 4/4/2021 at 3:38 AM, Sonya* said: Language strings are defined as key/value pairs. To add/edit a language string, just open the /applications/<your app>/dev/lang.php file and add/edit an array element. What about the Theme Custom Settings? I'm going to change my custom tab strings , but i don't know where is the lang.php. I can't find the theme directory!!!!
Solution Daniel F Posted April 7, 2021 Solution Posted April 7, 2021 You have to enable designers mode for this. ReyDev 1
Recommended Posts