[[PageOutline]] = General rules of language selection = Most of properties related to presenting configuration to the user are multilingual, i.e. values of these properties are chosen depending on language settings. Each language has an abbreviating id, for example "en" for English and "pl" for Polish. Whenever the value of a multilingual property needs to be obtained, the value in user language should be returned, and if that's not possible, in English (en), which is the default language. = Titles = The '''title''' property defines the variable human-readable title, e.g. {{{ title = { en: "DNS server address", pl: "Adres serwera DNS" } }}} = Descriptions = The '''descr''' property defines the variable human-readable description, i.e. a text which should help the user to understand the variable meaning and/or give him important notes on it. User interfaces should by default show variable descriptions next to titles. Example: {{{ descr = { en: "Enable this option to start BGP daemon at boot", pl: "Włącz tą opcję, aby startować daemon BGP w czasie bootowania" } }}} = Help texts = The '''help''' property defines the variable help text, which should describe the variable in detail. Example: {{{ help = { en: