Gremlins

From Lingoport Wiki
Revision as of 17:46, 23 July 2019 by Olibouban (talk | contribs) (Gremlin King)
Jump to: navigation, search

I18n Gremlins are sneaky issues that work their way into your code and foul up localization. They can be hard for developers to recognize.

I18n Gremlins

Those gremlins sneak up in your source code.

No Locale Framework

King-gremlin.png

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.

Embedded Strings