I completed adding a new language file to Office Timesheets and now I see "Resource not found." message instead of the normal button or tab labels. Why is this?
Answer
The reason why a user would see the "Resource not found." message instead of the normal button or tab labels is a result of not using the correct characters (also known as entity) when creating a language file within the "Localization" folder of the "Office Timesheets" folder.
An entity reference is a placeholder that represents that entity. It includes the entity's name preceded by an ampersand "&" and proceeded by a semicolon ";". Translation issues and the "Resource not found." issue could occur if the entities are not used correctly.
The following is a list of five predeclared special character entity references that must be used when creating your own language file to use in Office Timesheets.
Example of the correct format : <company_name>Wilson & JonesCo.</company_name> (where as the entity & will be typed instead of the character & )
Example of the incorrect format: <company_name>Wilson & JonesCo.</company_name> (using & will result in the "Resource not found." message)