Palmr.

Available Languages

The project leverages next-intl, a powerful and flexible internationalization (i18n) library, to provide comprehensive language support across the entire application. This robust solution enables seamless translation management, date/time formatting, number formatting, and pluralization rules across different locales.

The integration of next-intl ensures consistent internationalization throughout the application's components, pages, and features, while maintaining optimal performance through efficient bundle splitting and lazy loading of language resources. With its TypeScript support and React Server Components compatibility, next-intl serves as the foundation for delivering a truly global and accessible user experience.

Supported languages

Palmr currently supports 14 languages with complete translations across all application features and interfaces.


LanguageCodeDescriptionTranslation
Englishen-USPrimary development language and default fallback option100%
Portuguesept-BRStandard Brazilian Portuguese support100%
Frenchfr-FRStandard French language support100%
Spanishes-ESStandard Spanish language support100%
Germande-DEStandard German language support100%
Russianru-RUStandard Russian language support100%
Hindihi-INStandard Hindi language support100%
Arabicar-SAStandard Arabic language support with RTL100%
Japaneseja-JPStandard Japanese language support100%
Koreanko-KRStandard Korean language support100%
Turkishtr-TRStandard Turkish language support100%
Chinese (Simplified)zh-CNStandard Simplified Chinese support100%
Italianit-ITStandard Italian language support100%
Dutchnl-NLStandard Dutch language support100%

Language selection

The application provides two convenient methods for language selection, ensuring a seamless user experience across different user preferences and scenarios.

Automatic detection

The application features sophisticated automatic detection of the user's preferred browser language settings. It intelligently utilizes the browser's preconfigured language preferences to set the initial application language, providing an immediate localized experience without requiring user intervention.

Manual selection

Language Selector

Users have complete control to manually select their preferred language through an intuitive language selector interface in the UI. The language selector is easily accessible and provides immediate language switching capabilities.

Selected language preferences are persistently stored in the browser's localStorage, ensuring a consistent experience across sessions and eliminating the need to reselect languages on subsequent visits.

Default language

English (en-US) serves as the system's fallback language, ensuring consistent functionality even when language detection or selection encounters issues. This means that if a user's preferred language is not available or if there are any problems with language selection, the application will automatically default to English.

This fallback mechanism is crucial for maintaining a seamless user experience and preventing any potential language-related disruptions. Additionally, all new features and updates are first implemented in English before being translated into other supported languages, ensuring that the English version always remains the most up-to-date and comprehensive.

Language detection

The application employs advanced detection mechanisms to automatically identify and apply the user's browser language settings as the initial language configuration. This process analyzes the browser's language preferences and matches them against available translations.

For maximum flexibility, users can easily override this automatic selection at any time using the convenient language switcher, accessible via the globe icon prominently displayed in the navigation bar.

RTL support

The application incorporates comprehensive right-to-left (RTL) text handling capabilities, with particular attention paid to Arabic (ar-SA) language requirements. This includes proper text alignment, layout direction, and user interface elements that adapt to RTL reading patterns.

RTL support ensures that Arabic-speaking users receive a native and intuitive experience, with all interface elements properly oriented and text flowing in the correct direction for optimal readability and usability.

On this page