Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 404 Bytes

Conventions for language files.md

File metadata and controls

10 lines (8 loc) · 404 Bytes

3 different language folders

In Umbraco we have some wierd conventions for language files, as in they can actually be placed in 3 different folders and still work just fine.

The placements are:

  • /App_Plugins/Test/lang/en-us.xml
  • /config/lang/en-us.user.xml
  • /wwwroot/app_plugins/text/lang/en-us.xml

Here is Kevin Jumps PR where he mentions all 3: umbraco/Umbraco-CMS#12206