Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 4, 20213 yr 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, 20213 yr by Seth Jones
April 4, 20213 yr 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.
April 7, 20213 yr 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!!!!