[SOLVED] How to use multi language session message? |
10/19/2021 10:17:16 | |
| PHPRunner General questions | ||
|
U
ustunsoz author
As explained in PhpRunner blog about Context Help Messages I like the idea and found very useful. However my application is multilang and I need to add a column in database, let's say "message-en" How can I customize below After App Initialized code to bring message according to session language. $page = preg_replace('/(\/|\.php)/i', '', substr($_SERVER["PHP_SELF"],strripos($_SERVER["PHP_SELF"],"/")) );Thanks in advance for your replies |
||
|
|
Sergey Kornilov admin 10/19/2021 |
|
The last line of the code is the one that retrieves the message and stores it in the session variable: You can change it this way: if( $record ) { |
|