Internationalization functionality in Nextjs

Setting up i18n in Next.js: Configure i18n settings in your next.config.js file, specifying the supported locales and the default locale. Locale Detection: Next.js automatically detects the user’s locale based on their location and browser settings. You can control this behavior by adjusting the localeDetection setting in next.config.js. Implementing Localization: Next.js supports various i18n libraries such… Continue reading Internationalization functionality in Nextjs

Alternative of Google translator to implement Yandex Translator

If we use Google Translator in our website there might me some issue with different page, So Instead of Google translator if we want to implement any other translator in our website we can go with the Yandex Translator which is free and which provide widget for multiple Language Here for language select we can… Continue reading Alternative of Google translator to implement Yandex Translator

To Add Google Translator in our website

If we want to add google Translator in our website we can follow the below steps We need to add Script As Shown below if we add directly in TPL file it will work fine. <script type=“text/javascript” src=“https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script> <script type=“text/javascript”> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: ‘en’,includedLanguages: ‘en,fr’}, ‘google_translate_element’); } </script> Here we have added two… Continue reading To Add Google Translator in our website

Setup multi-Language feature in website

First we need to enable the multi-language feature To enable the multi-language feature Goto Setup > Company > Enable Feature Enable the check box multi-language from internation sub tab Configuring Multiple Languages To configure the languages for your website: Go to Setup > Company > General Preferences. On the Languages subtab, from the dropdown list, select and add… Continue reading Setup multi-Language feature in website

Print Advanced PDF In Different languages

Custom forms that use advanced templates are printed in the locale of the current user, set in the Language field at Home > Set Preferences. Based on the locale, the font family is set. You also can print these forms in the locale of the customer associated with a transaction, for transaction types that support this… Continue reading Print Advanced PDF In Different languages