How can I use Language Constant in google ads python?
I have a code that give me suggestion of keywords from google ads api.
in this code I have a section that select language with language id but in new version of Google Ads API (V13) it's deprecated and removed.
language_rn = client.get_service( "LanguageConstantService" ).language_constant_path(language_id)
What is the alternative of LanguageConstantService Now? How can I set Language in my request?
I find my code from link below: https://www.danielherediamejias.com/python-keyword-planner-google-ads-api/
The Error is:
ValueError: Specified service LanguageConstantService does not exist in Google Ads API v13.