Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added languages Dutch and Swedish to the java api client. #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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