! ! Define the current language for the Application, This should be a ! language/culture pair, such as FR_FR etc. A null string indecates ! default language, and the Application files will be placed in the ! default directories. ! $I18N$LANG_CULTURE = "" ! ! Define the list of directories which must be created for language switching. ! $ i18n$dir_list = "decw$defaults.system,decw$defaults.user,syshlp.examples,syshlp,syslib,sysmsg,vue$library.system,vue$library.user" ! ! Define the VMI$ symbols to be associated with each of the above directories. ! These can be used by the Application installation procedure in VMSINSTAL ! callbacks, such as PROVIDE_FILE ! $i18n$vmi_list = "vmi$lv_decw_defaults_system,vmi$lv_decw_defaults_user,vmi$lv_sysexamples,vmi$lv_syshlp,vmi$lv_syslib,vmi$lv_sysmsg,vmi$lv_vue_library_system,vmi$lv_vue_library_user"