Difference between revisions of "Gremlins"
(→No Locale Framework) |
(→50px No Locale Framework) |
||
Line 3: | Line 3: | ||
= I18n Gremlins = |
= I18n Gremlins = |
||
Those gremlins sneak up in your source code. |
Those gremlins sneak up in your source code. |
||
− | = [[File:King-gremlin.png| |
+ | = [[File:King-gremlin.png|30px]] No Locale Framework = |
== Issue == |
== Issue == |
Revision as of 17:47, 23 July 2019
I18n Gremlins are sneaky issues that work their way into your code and foul up localization. They can be hard for developers to recognize.
Contents
I18n Gremlins
Those gremlins sneak up in your source code.
No Locale Framework
Issue
The king of all Gremlins: If the application does not have a locale framework, the Gremlin King rules and all Gremlins infest the application.
Remedy: Design a Locale Framework
How to detect, negotiate, persist, assign the locale for the application needs to be designed and implemented.