question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Localization Improvements

See original GitHub issue

I investigate the localization stuff in SimpleCommerce the time I’m writing this issue, I find there 're some improvements that we can made:

  • No need for ResourceString while we already have Resource model
  • Loading all the resources for all the cultures may not preferable in this, we can use load on demand strategy, so whenever a translation is needed for certain culture we will go to database and cache the resources for future use
  • Introduce localization resource caching
  • Store the default culture & UI culture in the database by introducing a EFLocalizationCultureProvider
  • GlobalConfigurations.Cultures should be read only

I will keep update this list until … /cc @thiennn

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hishamcocommented, Sep 10, 2018

I think I will break down the above points into manageable PRs for simplicity

0reactions
thiennncommented, Sep 9, 2018

Yes, can’t wait to see your PR

Read more comments on GitHub >

github_iconTop Results From Across the Web

If an app says it has made “localization improvements ...
Localization, like software, is iterative. When you discover a translation can be improved you make the necessary changes. Often users report translation errors ......
Read more >
Improve Your Localization Strategy: 10 Tips To Go Global
1. Local Translators are Localizaiton Experts · 2. Based Your Localization Strategy on Memorable Experiences · 3. Focus on Localization, Not Just Translation...
Read more >
Localization Improvements
Planed Improvements. MidPoint 4.0 have some mechanism to deal with data localization, such as PolyString. PolyString was part of midPoint ...
Read more >
A Complete Guide to Improving Your Localization Strategy
Learn all you need to know about improving and scaling your business's localization strategy in this informative guide.
Read more >
8 signs you should improve your localization process
Very often, when you're engrossed in the everyday work, you do not realize how easily your localization process could be improved.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found