Enabling Translated Screens

Enabling Translated Screens

All of the job selection screens will show the Language translations, as well as many of the screens of new features. By default, FabSuite will use the system language, which is English; so if you want to show the translations on your machines you will need to add a setting to override it.

  1. Open the settings.ini file. (Found in the FabSuite Documents shortcut on your desktop, in the Settings folder. It is typically located in the following location: C:\Users\Public\Documents\FabSuite\Settings). 
  2. Add the following 3 lines to the bottom of the file (the language codes for the languages that we have a meaningful amount of translations for are):

[Locale]

#English (en)

#LanguageID=9


#Spanish (es)

#LanguageID=10


#Chinese (zh)

#LanguageID=4


To force FabSuite to use a particular language remove the # before the LanguageID line. For example, to force Spanish:

[Locale]

#English (en)

#LanguageID=9


#Spanish (es)

LanguageID=10


#Chinese (zh)

#LanguageID=4


To force English you can use:

[Locale]

#English (en)

LanguageID=9


#Spanish (es)

#LanguageID=10


#Chinese (zh)

#LanguageID=4


Related content