Soluling home   Document home

INI options

INI options

Specifies additional options to choose what INI items to localize.

Localize options

Check Localize only those elements that have a positive localize item checkbox if you want to localize only those items with a positive localize item.

Check Detect string format and use an appropriate parser checkbox if you want that the parser detects the format of each string and if it does not contain plain text but some other format such as HTML, then apply the appropriate parser to parse the string.

Check Prefer string type checkbox if you want to prefer string type. For example, if checked string "true" is considered a string. If unchecked, the value is considered as a boolean value.

String options

Check Scan strings that contain only URLs checkbox if you want to scan those strings that contain only URL names such as "http://www.mycompany.com."

Check Scan strings that contain only email addresses checkbox if you want to scan those strings that contain only email addresses such as "john.doe@mycompany.com."

Check Scan strings that contain only SQL scripts checkbox if you want to scan those strings that contain only SQL statements such as "SELECT * FROM Sample".