Hello Martin,
create a report parameter (invisible) and assign the build-in function as default value to it.
Write a query with a (named) parameter like @language and then map in the dataset settings => parameter the one created before.
SELECT *
FROM TranslationTable
WHERE TranslationLanguage = @language