Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Ext JS support internationalization

Tags:

extjs

Does Ext JS support internationalization

like image 773
arpho Avatar asked Apr 14 '11 10:04

arpho


People also ask

Which architecture is supported by Ext JS?

Ext JS provides support for both MVC and MVVM application architectures. Both of these architectural approaches share certain concepts and focus on dividing application code along logical lines. Each approach has its strengths based on how it chooses to divide up the pieces of an application.

Is Ext JS outdated?

For being over a decade old, Ext JS is still a good platform to develop many enterprise-grade (think intranet) applications.

What is the use of Ext JS?

Ext JS is a popular JavaScript framework which provides rich UI for building web applications with cross-browser functionality. Ext JS is basically used for creating desktop applications. It supports all the modern browsers such as IE6+, FF, Chrome, Safari 6+, Opera 12+, etc.


2 Answers

It has both static and dynamic localisation.

like image 69
wombleton Avatar answered Sep 28 '22 04:09

wombleton


Yes, internationalization is supported with Ext JS:

https://www.sencha.com/blog/internationalization-localization-with-sencha-ext-js/

like image 28
nixish Avatar answered Sep 28 '22 06:09

nixish