Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Suggested answer

Reusing my javascript codes for multiple language setting

(0) ShareShare
ReportReport
Posted on by 126
Hi,
 
How can i reuse my JS codes if i enabled multi language support. right now, i only have requirements for English and French and just copy the same code on each language's js file.
 
tried to upload a js file as web file though by default it is blocked. i dont want to unblock it under settings if another way is possible.
Categories:
  • Suggested answer
    surya narayanan Profile Picture
    43 on at
    Reusing my javascript codes for multiple language setting
    Hi,
     
    I have provided my response in the attached file.
  • Suggested answer
    Fubar Profile Picture
    8,023 Super User 2025 Season 2 on at
    Reusing my javascript codes for multiple language setting
    Remove it from the restricted file list while you upload the file and then put it back.
     
    The other way you can work with multiple languages is to put the bits that are translated into JavaScript variables in a Web Template. Use Content Snippets to contain the translation, then your code substitutes in the JS variable. 
    var myVar = "{{ snippets['contentsnippetname'] }}";
     
    or put all the JS in a Web Template (wrap in script tags like you would in a HTML page) and use content snippets like above, and then include that template in the Web Template or page copy behind your Web Page  using the 'include' liquid tag
     
    Edit: for each language you have a Content Snippet with the same Name, but different language set.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 2

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 2

#3
surya narayanan Profile Picture

surya narayanan 35