Obsolete language ID related properties and methods for V13 (#13753)

This commit is contained in:
Kenn Jacobsen
2023-02-01 09:37:43 +01:00
committed by GitHub
parent e79198c990
commit 4453459f06
8 changed files with 13 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ public class LanguageBuilder<TParent>
return this;
}
[Obsolete("This will be replaced in V13 by a corresponding method accepting language ISO code instead of language ID.")]
public LanguageBuilder<TParent> WithFallbackLanguageId(int fallbackLanguageId)
{
_fallbackLanguageId = fallbackLanguageId;