This topic is locked
[SOLVED]

 change month name

8/30/2020 4:26:27 AM
PHPRunner General questions
M
m.salahi author

[size="3"]hi every one
i want change month names because in Arabic language there to kind of month name
1-Levant and Mesopotamia
2-Egypt, Sudan, Arab Countries in the Persian Gulf
in phprunner only display month name in (Levant and Mesopotamia)
please help me ..[/size]

Myr0n 8/30/2020



[size="3"]hi every one
i want change month names because in Arabic language there to kind of month name
1-Levant and Mesopotamia
2-Egypt, Sudan, Arab Countries in the Persian Gulf
in phprunner only display month name in (Levant and Mesopotamia)
please help me ..[/size]


Please checkLocalizing PHPRunner applications where you can customize to your needs all the system and label messages.

In your case, you will need to go

1.-C:\Program Files\PHPRunner10.4\lang

2.-open as and administrator the file "Arabic.lng"

3.-Find the word "MONTH_JAN"

4.-Change the name as you want to appear in your application
In the step 3 after your found the word "MONTH_JAN" you will notice that all the months name are just there.

M
m.salahi author 8/31/2020

Please checkLocalizing PHPRunner applications where you can customize to your needs all the system and label messages.

In your case, you will need to go

1.-C:\Program Files\PHPRunner10.4\lang

2.-open as and administrator the file "Arabic.lng"

3.-Find the word "MONTH_JAN"

4.-Change the name as you want to appear in your application
In the step 3 after your found the word "MONTH_JAN" you will notice that all the months name are just there.


thanks very much Myr0n it's works

Myr0n 8/31/2020

Just remember, after any upgrade of PHPRunner, you need to do the same process or you can backup your language file and later replace in the C:\Program Files\PHPRunner10.4\lang folder.
You can also create a new language file following the instructions in the above link.