Scanning and Filtering FAQ

From Lingoport Wiki
Revision as of 19:06, 20 February 2012 by Aasnes (talk | contribs) (Created page with "==Can I use Globalyzer to look for issues in my code that have nothing to do with internationalization?== Yes. In fact this is quite common. One of the added values that our ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Can I use Globalyzer to look for issues in my code that have nothing to do with internationalization?

Yes. In fact this is quite common. One of the added values that our customers use Globalyzer for is as a repository for regular expression searches, which they can name, describe and share among their company’s developers.

How can I tell if I am using the correct method call for a supported locale?

For most of its supported languages, Globalyzer will provide you with information and direction for refactoring methods and functions, giving examples and cross references when appropriate. It’s probably the largest on-line internationalization help system existing anywhere.

Will Globalyzer help me adapt my application to support Unicode?

Yes, as is necessary to your particular programming language. You will have a number of character encoding support choices.