how to use multiple language for an application?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rhishabh07
    New Member
    • Jul 2007
    • 21

    how to use multiple language for an application?

    how to use multiple language for an application?

    i have an application and i wan to see it in different different language.
    how is it possible?

    anyone can help me to solve this problem?

    Thanx
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, Rhishabh07.

    The way phpbb does it is to create an array for each language and store them in folders named by language (en, en_us, zh, etc.).

    As part of your script's startup process, you would load the array and use it whenever you need to display localized content.

    Comment

    Working...