Hai all,
i have three language files
1)english.ini
2)Japanese.ini
3)french.ini
contents of this file is ;-
each ini file has their translations.
i have a array
textarray()=Array("welcometxt","exittxt","usernametxt","passwordtxt")
My question is how can we read this text translations assigned in text files?
Please Help me?
:sign0085:
i have three language files
1)english.ini
2)Japanese.ini
3)french.ini
contents of this file is ;-
welcometxt=Welcome
exittxt=Exit
usernametxt=Username
passwordtxt=Password
each ini file has their translations.
i have a array
textarray()=Array("welcometxt","exittxt","usernametxt","passwordtxt")
My question is how can we read this text translations assigned in text files?
Please Help me?
:sign0085: