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.

Add localization support

See original GitHub issue

We’ll need to:

  • Introduce new APIs to get localized versions of the application display name and scope description/display name.
  • Use IStringLocalizer to localize all the error messages used by OpenIddict. We’ll store the resources as .resx files.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinchaletcommented, Jul 31, 2020

@hishamco @agriffard @sebastienros FYI, OpenIddict 3.0 beta 3 has been entirely updated to use ResourceManager/IStringLocalizer and all its resource strings are now available in French (except exceptions, assertions and log messages).

It would be nice if we could determine together whether additional languages should be added in the next beta versions to offer a complete localization experience in the OpenID module.

0reactions
hishamcocommented, Aug 13, 2020

Just assign it to me, I’m cloning the repo, if there’s anything related I will rely there …

Read more comments on GitHub >

github_iconTop Results From Across the Web

Localization | Apple Developer Documentation
In Xcode, localization refers specifically to the set of resources for a specific language and region that you support. You add a localization...
Read more >
iOS Localization Tutorial
Open Info tab, and click “+” button under Localizations section. Then choose a language you want to support from the dropdown list shown....
Read more >
Introduction to Localization (add additional language support ...
Localization means making your app support additional languages. Usually we will start with english as the base language as default, ...
Read more >
The Ultimate Guide to iOS Localization + Demo App
Under Localizations, click the plus (+) symbol to add the languages and regions you want to support. A list of languages will show...
Read more >
About Localization | Package Manager UI website
The Localization package provides tools for adding support for multiple languages and regional variants to your application (for example, supporting text in ...
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