szabogabriel/Notes

Create string holders

szabogabriel opened this issue · 0 comments

Currently the GUI components use hard coded string values. A wrapper class should be created, which holds the current string value and holes the value based upon the language settings of the application. The implementation should be similar to what Android is using, by creating language specific properties file with the string values. The keys of all String values should be held in an enumeration.