You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
470 B
470 B
setLanguageID
TThis function allows you to select a language code using the predefined 'Languages' enum.
The default language is English ('Languages.en'), but the function also supports Arabic ('Languages.ar').
Example usage:
setLanguageID(Languages.ar); // sets the language to Arabic
setLanguageID(Languages.en); // sets the language to English
setLanguageID(languageCode)
The default language of the P&P module is English.