Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions java/org/webservice/fotolia/FotoliaApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public class FotoliaApi
public static int LANGUAGE_ID_ZH_CN= 13;
public static int LANGUAGE_ID_TR_TR= 14;
public static int LANGUAGE_ID_KO_KR= 15;
public static int LANGUAGE_ID_NL_NL= 22;
public static int LANGUAGE_ID_SV_SE= 23;

public static int THUMB_SIZE_TINY = 30;
public static int THUMB_SIZE_SMALL = 110;
Expand Down