About 27,600,000 results
Open links in new tab
  1. localization - What is the actual differences between I18n/L10n/G11n ...

    Possible Duplicate: Localization and internationalization, what’s the difference? I18n/L10n/G11n all equal localization to me, but people keep making distinctions among these, especially in cor...

  2. Issues Configuring Internationalization (i18n) in Angular 19

    Dec 16, 2024 · I am working on an Angular 19 project, and I'm trying to add internationalization (i18n) features to support multiple languages. I've followed several guides and suggestions, but I keep …

  3. Why doesn't Angular i18n work properly in my project?

    Jan 8, 2024 · I am implementing an i18n for a personal project which uses Atomic Design for components. So far I haven't encountered any problems (and I am pretty new to Angular), but for the …

  4. What does I18N safe mean? - Stack Overflow

    Feb 25, 2009 · I came across a comment in some code referring to said code being "I18N safe". What does this refer to?

  5. i18n support is not compatible with next export. (SSR - NextJS 10)

    Dec 30, 2020 · 21 i18n support is not compatible with next export. NextJS dont run the deploy with i18n Im using nextJS 10, and the main reason that i choose next 10, is that i can do SSR and use the …

  6. how do I change language in react-i18next - Stack Overflow

    Jan 19, 2021 · so now how do I change the language to de from default language I initialized in i18n instance I have a button on my navbar and I want that when I click on that button the languages …

  7. How to import multiple locale json files in Vue 3 + i18n?

    Jan 3, 2022 · import i18n from './i18n' const app = createApp(App).use(i18n) *Edit I am using vite for building vue project, the loadLocaleMessages does not work in my case. I made some modification. …

  8. vue.js - How to use vue-i18n with Vuetify 3 inside Singlefile ...

    Nov 29, 2022 · For the sake of reproduction purposes I will try to describe what I've done: Based on the Vuetify installation docs I created a new project via npm create vuetify Based on the Vuetify i18n docs I

  9. Why is "internationalization" shortened to "i18n"? [closed]

    Closed 2 years ago. When people discuss about internationalization, they use the word "i18n" more often. For first time I didn't get what they are referring to by "i18n", then I came to know that it means …

  10. typescript - How can I implement language switching in my Angular ...

    Oct 23, 2024 · I would like to enable language switching in my Angular application by using the official Angular i18n library, as the previously popular library (ngx-translate) is now in maintenance mode …