1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-23 23:14:47 +01:00

add Android Finnish language auto-detect

This commit is contained in:
XProger 2019-04-09 01:53:53 +03:00
parent 3f698b3f27
commit e11709cee6

View File

@ -299,6 +299,8 @@ class Wrapper implements GvrView.StereoRenderer {
id = 8;
} else if (lang.startsWith("gr")) {
id = 9;
} else if (lang.startsWith("fi")) {
id = 10;
}
return id;
}