The recommended way to add support for a new locale is to:
A.
Create an Ext plugin that adds a language properties file for the desired locale
B.
Create an Ext plugin that adds a language properties file for the desired locale and implements a servlet filter mapping using IlSnFilter
C.
Create a hook plugin that adds a language properties file for the desired locale and implements a servlet filter hook to invoke IlSnFilter through PortalClassLoaderFilter
D.
Create a portlet plugin that overrides the core language filter to recognize the desired locale
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit