Skip to content

Commit

Permalink
Use english for all LCID mappings #1851
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Feb 6, 2018
1 parent 8d1f9c1 commit bb0f5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jabref/logic/msbib/MSBibMapping.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ public static MSBibEntryType getMSBibEntryType(String bibtexType) {
*/
public static int getLCID(String language) {
// TODO: add language to LCID mapping
// 0 is English
return 0;
// 0x0409 is American English
return 0x0409;
}

/**
Expand Down

0 comments on commit bb0f5d5

Please sign in to comment.