.LOC File
.loc is Localisation string resource header
Features | Description |
---|---|
File Extension | .loc |
Format | N/A |
Created by | Sublime HQ Pty Ltd |
Category | Source code and script |
.loc is Localisation string resource header
Features | Description |
---|---|
File Extension | .loc |
Format | N/A |
Created by | Sublime HQ Pty Ltd |
Category | Source code and script |
What's on this Page
The loc file extension is related to Localization string resource files.
String resource files are text files which contain strings in different languages. By using string resource files it is possible to create applications which can be translated to new languages without changing the source or recompiling the application.
Each string is identified by a unique number and a language number. Strings are referred to by their identification number and an application has a current language, by combining those two numbers a string for a specific language is selected.