Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7696095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:42:00+00:00 2026-05-31T21:42:00+00:00

I am trying to understand how to internationalize a web-app developed with emberjs. I

  • 0

I am trying to understand how to internationalize a web-app developed with emberjs.

I found the ember-i18n package that I think is a good solution, but I can’t understand how to use it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:42:01+00:00Added an answer on May 31, 2026 at 9:42 pm

    The first thing you’ll need to do is to create hash with all your localizations, you always pair up a identifier with the localized string.

    The best practice here is to create a put all locales you have into a seperate file. (like loc-english.js)

    Em.I18n.translations = {
      'login.loginbutton': 'Login',
    
    };
    

    When your webapp is getting loaded, make sure you load your strings file. All string must be loaded before you render the first view with ember.

    The actual use is quite simple you just use the ‘t’ helper in your template

    <button class="login">{{t login.loginbutton}}</button>
    

    Which will result in Login

    You can find more information at: https://github.com/zendesk/ember-i18n/blob/master/README.md

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying understand how multi queries work in mysqli. But I confess that
Trying to understand how to link a function that is defined in a struct,
Im trying to understand what a functor is, i found this tutorial/example: http://en.wikibooks.org/wiki/Haskell/Solutions/Applicative_Functors data
i'm trying understand what are consequences of enabling compression for web service response. Web
Trying to understand something that I don't know how to describe because I don't
Trying to understand this open source app on github, it has a gem file:
Trying to understand the effects of :has_many as its introduced in the Agile Web
Trying to understand the Android framework model. I have an application that needs to
I´m trying to understand and use the Picasa Api, I´m using this example https://developers.google.com/picasa-web/docs/2.0/developers_guide_java?hl=nl-NL
I've been trying to understand how Ruby blocks work, and to do that I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.