Internationalization - popebp/neat-sheets GitHub Wiki

All strings that are visible to the end user shall be populated from Localization Resource Manager of some sort (depending on the language, there might be standard libraries to assist with resolving this problem).

All "coding" content shall only be in US English (unless there is a keyword collision)


Use Java ResourceBundle?