About 50 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. What does I18N safe mean? - Stack Overflow

    Feb 25, 2009 · i18n-safe is a vague concept. It generally refers to code that will work in international environments - with different locale, keyboard, character sets etc. True i18n-safe code is hard to write.

  3. i18n Vue3 read or change locale - Stack Overflow

    Jul 18, 2022 · I'm kinda new to Vue3 or clientside development in general and I'm tasked to read or change the global locale from i18n. But according to the documentation I should ...

  4. How to use i18n with component inputs that are objects in Angular?

    Aug 30, 2019 · Learn how to implement i18n with Angular component inputs that are objects, ensuring proper localization and internationalization in your applications.

  5. 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 …

  6. Testing Vue Component with @nuxtjs/i18n: Fixing the "Need to install ...

    Oct 8, 2024 · I'm using the @nuxtjs/i18n library in my Nuxt project, and I'm trying to write a test for a Vue component. However, I keep encountering the error: Need to install with app.use function

  7. i18n : translate a sentence that one of words is bold

    Jan 18, 2022 · I want to translate this sentence in i18n Select <b>branch(s)</b> you want to send selected product after selecting Branch Click on submit As you can see , one word in above …

  8. javascript - I18N change language in Next.JS - Stack Overflow

    Nov 15, 2020 · I have some problems with I18N and NextJS. So I configured my I18N, everything works with default locale, but everything crashes if I want to change locale from local storage. In _app.js I …

  9. javascript - HTML tags in i18next translation - Stack Overflow

    Apr 16, 2013 · I'm using i18next to power i18n for my weblog. It works great on text-only content, but when I try to translate content that includes HTML markup, it is displaying the raw markup when I …

  10. How to iterate i18n array of objects in React app?

    Mar 12, 2022 · I use i18n package in my React application to translate some texts. But I can't iterate through an array of objects which is my translation data. I want to do iterating through socials array …